-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
140 lines (133 loc) · 4.44 KB
/
work.html
File metadata and controls
140 lines (133 loc) · 4.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<head>
<link href="index.css" rel="stylesheet" />
<link href="my.css" rel="stylesheet" />
</head>
<body>
<div class="prince">
<ul>
<div class="shop">
<li><a href="izekor.html">HOME</a></li>
</div>
<div class="shop">
<li><a href="work.html">ABOUT</a></li>
</div>
</ul>
<i><h1 class="work">WEB DESIGN</h1></i>
<ul>
<div class="vision">
<li><a href="good.html">SETTINGS</a></li>
</div>
<div class="vision">
<li><a href="login.html">LOG OUT</a></li>
</div>
</ul>
</div>
<div class="title">
<h1>CHECK PAGE OUT</h1>
</div>
<div class="standard">
<div class="premium">
<h1>Standard</h1>
<h3>
This is perfect for anyone in search of a premium experience in a clean
and modern settings. This will show some experience about web
design(html,css and javascript).
</h3>
<p>visitors page</p>
<p>Web type pratical</p>
<p>web size auto</p>
<button>CHECK</button>
</div>
<img src="https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8b2ZmaWNlfGVufDB8fDB8fA%3D%3D&w=1000&q=80" alt="office image" />
</div>
<!--this is the the first wrapper of my page-->
<div class="economy">
<img src="https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8b2ZmaWNlfGVufDB8fDB8fA%3D%3D&w=1000&q=80" alt="office image" />
<div class="premium">
<h1>Economy</h1>
<h3>
On a budget? well this package is perfect for you, anyway this is just
for a start. This will show some experience about web design(html,css
and javascript).
</h3>
<p>visitors page</p>
<p>Web type pratical</p>
<p>web size auto</p>
<button>CHECK</button>
</div>
</div>
<div class="luxury">
<div class="premium">
<h1>Luxury</h1>
<h3>
You get the best of the best with this package,the best alway comes with
good quality. This will show some experience about web design(html,css
and javascript).
</h3>
<p>visitors page</p>
<p>Web type pratical</p>
<p>web size auto</p>
<button>CHECK</button>
</div>
<img src=":https//images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8b2ZmaWNlfGVufDB8fDB8fA%3D%3D&w=1000&q=80" alt="office image" />
</div>
<div class="fams">
<img src="https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8b2ZmaWNlfGVufDB8fDB8fA%3D%3D&w=1000&q=80" alt="office image" />
<div class="premium">
<h1>Family</h1>
<h3>
Want to be with family and/or friends with great time then this is for
you. This will show some experience about web design(html,css and
javascript).
</h3>
<p>visitors page</p>
<p>Web type pratical</p>
<p>web size auto</p>
<button>CHECK</button>
</div>
</div>
<div class="bottom-icon">
<i><h1>Good Work Comes With Good Reward</h1></i>
</div>
<div class="card">
<div class="left-card">
<img src=" "alt="Avatar" class="avatar" />
<hr />
<h1>Izekor Paul</h1>
<h3>View</h3>
<h2>Contact Info</h2>
</div>
<div class="center1-card">
<img src=""alt="Avatar" class="avatar" />
<hr />
<h1>Izekor Paul</h1>
<h3>View</h3>
<h2>Contact Info</h2>
</div>=-0./
<div class="center2-card">
<img src="" alt="Avatar" class="avatar" />
<hr />
<h1>Izekor Paul</h1>
<h3>View</h3>
<h2>Contact Info</h2>
</div>
<div class="right-card">
<img src="" alt="Avatar" class="avatar" />
<hr />
<h1>Izekor Paul</h1>
<h3>View</h3>
<h2>Contact Info</h2>
</div>
</div>
<div class="faq">
<p>FAQs</p>
<p>Help</p>
<p>Privacy Policy</p>
<p>Terms & Conditions</p>
<p>Contact Us</p>
<hr />
<h1>DESIGN</h1>
<label for="uname"><b>SUBSCRIBE</b></label>
<input type="text" placeholder="Enter Username" name="uname" required />
</div>
</body>