-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (178 loc) · 8.95 KB
/
index.html
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles/index.css">
<title>New Year Resolutions</title>
</head>
<body>
<!-- Extra Section -->
<header>
<div class="fixed_width">
<button>
<a href="#">
<h2 class="logo">Has<span class="primary_color">a</span>n</h2>
</a>
</button>
<nav class="header_nav">
<ul>
<li>
<button class="header_nav_item"><a href="#lessons">Lessons</a></button>
</li>
<li>
<button class="header_nav_item"><a href="#plans">Plans</a></button>
</li>
<li>
<button class="header_nav_item primary_btn"><a class="contact" href="#contact">Contact me</a></button>
</li>
</ul>
</nav>
</div>
</header>
<!-- Usual Sections -->
<main>
<section class="main_section">
<div class="fixed_width">
<div class="half_width">
<h1>All Things Are Possible If You believe</h1>
<p class="section_content">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words</p>
<button class="primary_btn">
<a href="#contact">Let's Discuss</a>
</button>
</div>
</div>
</section>
<section id="lessons" class="failure_section">
<div class="fixed_width">
<div class="column_container">
<div class="column image_container">
<div class="shadow"></div>
<div class="shadow shadow2"></div>
<div class="shadow shadow3"></div>
<img src="./images/person_alt.png" alt="person thinking about failures" class="section_image">
</div>
<div class="column text_container">
<h2 class="section_heading">My failures of previous year</h2>
<p class="section_content">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock.</p>
<ul class="section_list">
<li class="section_list_item"><span class="check_mark"></span> Contrary to popular belief, is not simply.</li>
<li class="section_list_item"><span class="check_mark"></span> Contrary to popular belief.</li>
<li class="section_list_item"><span class="check_mark"></span> Contrary to popular , is not simply.</li>
<li class="section_list_item"><span class="check_mark"></span> Contrary to popular belief, is not simply.</li>
<li class="section_list_item"><span class="check_mark"></span> Contrary to popular simply.</li>
</ul>
</div>
</div>
</div>
</section>
<section id="plans" class="plan_section">
<div class="fixed_width">
<h2 class="section_heading">My Plans</h2>
<div class="column_container">
<div class="column block">
<img src="./images/icons/web.png" alt="" class="section_icon">
<h3 class="section_heading_alt">Web Development</h3>
<p class="section_sub_heading">I want to start</p>
</div>
<div class="column block">
<img src="./images/icons/js.png" alt="" class="section_icon">
<h3 class="section_heading_alt">JavaScript</h3>
<p class="section_sub_heading">I want to learn</p>
</div>
<div class="column block">
<img src="./images/icons/smoke.png" alt="" class="section_icon">
<h3 class="section_heading_alt">Smoking Habit</h3>
<p class="section_sub_heading">I want to end</p>
</div>
<div class="column block">
<img src="./images/icons/ecom.png" alt="" class="section_icon">
<h3 class="section_heading_alt">eCommerce</h3>
<p class="section_sub_heading">I want to develop</p>
</div>
</div>
</div>
</section>
<section class="call_section">
<div class="fixed_width">
<div class="shadow"></div>
<div class="half_width">
<h2 class="section_heading">Always keep a positive mindset</h2>
<button class="secondary_btn">
<a href="#contact">Call Now</a>
</button>
</div>
</div>
</section>
</main>
<footer id="contact">
<div class="fixed_width">
<div class="two_third_width">
<h2 class="section_heading">Future</h2>
<p class="section_content">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words</p>
<p class="section_content address">Email : [email protected]</p>
<p class="section_content address">Phone : 01500 00 00 00</p>
<ul class="social_list">
<li class="social">
<span class="social_box">
<img src="./images/icons/fb.png" alt="my facebook profile" class="social">
</span>
</li>
<li class="social">
<span class="social_box">
<img src="./images/icons/twitter.png" alt="my twitter profile" class="social">
</span>
</li>
<li class="social">
<span class="social_box">
<img src="./images/icons/youtube.png" alt="my youtube channel" class="social">
</span>
</li>
</ul>
</div>
<div class="one_third_width">
<h3 class="section_heading">Subscribe</h3>
<p class="section_content">Made your new year plans?<br/>Let's discuss together</p>
<form action="">
<fieldset>
<label for="name">
<input type="text" name="name" id="name" placeholder="Enter your name" required>
</label>
</fieldset>
<fieldset>
<label for="email">
<input type="email" name="email" id="email" placeholder="Enter your email" required>
</label>
</fieldset>
<fieldset>
<label for="decision">
<input type="checkbox" name="decision" id="decision">
I have made my new year resolution
</label>
</fieldset>
<fieldset>
<label for="reason">
<select name="reason" id="reason">
<option value="none">please select one</option>
<option value="planned">Let's just discuss</option>
<option value="not_planned">I want to compare</option>
<option value="advise">I want advise</option>
</select>
</label>
</fieldset>
<fieldset>
<label for="message">
<textarea name="message" id="message" cols="30" rows="10" placeholder="Enter your message"></textarea>
</label>
</fieldset>
<fieldset>
<input type="submit" value="submit" class="submit_btn">
</fieldset>
</form>
</div>
</div>
</footer>
</body>
</html>