forked from CodeYourFuture/HTML-CSS-Coursework-Week4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
271 lines (215 loc) · 11.2 KB
/
aboutme.html
File metadata and controls
271 lines (215 loc) · 11.2 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
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<!-- poppin font header -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<!-- poppin font header end -->
<!-- poppin font body -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Quicksand:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="/aboutme.css">
</head>
<body>
<div class="bigContainer">
<div class="mobileContainer">
<header class="header">
<a href="/aboutme.html">
<div class="header-title">
<p class="blue-box"></p>
<p>
<strong class="maya-span">Melese portifolio </strong>
<span class="project-span"
><span class="forward-slash">/</span> WEB DEVELOPER</span
>
</p>
</div>
</a>
<ul class="menu">
<li><a class="menuItem" href="/aboutme.html">ABOUT ME</a></li>
<li><a class="menuItem" href="/resume.html">RESUME</a></li>
<li><a class="menuItem" href="/project.html">PROJECTS</a></li>
<li><a class="menuItem" href="/contact.html">CONTACT</a></li>
</ul>
<!-- This hamburger menu created by https://dev.to/ljcdev/easy-hamburger-menu-with-js-2do0 -->
<button class="hamburger">
<!-- material icons https://material.io/resources/icons/ -->
<i class="menuIcon material-icons">menu</i>
<i class="closeIcon material-icons" style="display: none">close</i>
</button>
</header>
<!-- section -->
<section class="inner-content">
<div class="inner-content-body">
<h1>Hello</h1>
<h2>Here's who am I & what I can do</h2>
<p>I'm a paragraph. Click here to add your own text<br>
and edit me. It's easy. Just "Edit Text" or <br>
double click me to add your own content and <br>
make changes to the font.<br><br>
I'am a great place for you to tell a story and let<br>your users know a little more about you.</p>
</div></section>
<section>
<div class="outer-content">
<div class="outer-content-body">
<img src="designs/avater-img.jpg">
<h1>Melese<br>portifolio</h1>
<hr>
<div class="button">
<a href="/resume.html"><button class="button-left">RESUME</button></a>
<a href="/project.html"><button class="button-right">PROJECTS</button></a>
</div>
</div>
<div class="social-media">
<div class="social-media-icons">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</section>
<!--section end -->
<!-- footer -->
<div class="footer">
<footer>
<div class="right-footer">
<div class="right-footer-flex">
<div class="right-footer-three">
<span class="right-footer-span-three-top">Call</span>
<span class="right-footer-span-three-bottom">123-456-7890</span>
</div>
<div class="right-footer-two">
<span class="right-footer-span-two-top">Write</span>
<span class="right-footer-span-two-bottom"><a href="#">@info.mysite.com</a></span>
</div>
</div>
<div class="right-footer-one">
<span class="right-footer-span-one-top">Follow</span>
<div class="footer-social-media-icons">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</div>
</div>
<div class="left-footer">
<span class="left-footer-span">@2035 By Melese portifolio.</span>
<span class="left-footer-span"> Powered and secured by <a href="#">wix</a></span>
</div>
</footer></div>
<script>
const menu = document.querySelector(".menu");
const menuItems = document.querySelectorAll(".menuItem");
const hamburger= document.querySelector(".hamburger");
const closeIcon= document.querySelector(".closeIcon");
const menuIcon = document.querySelector(".menuIcon");
function toggleMenu() {
if (menu.classList.contains("showMenu")) {
menu.classList.remove("showMenu");
closeIcon.style.display = "none";
menuIcon.style.display = "block";
} else {
menu.classList.add("showMenu");
closeIcon.style.display = "block";
menuIcon.style.display = "none";
}
}
hamburger.addEventListener("click", toggleMenu);
menuItems.forEach(
function(menuItem) {
menuItem.addEventListener("click", toggleMenu);
}
)
</script>
<!-- footer end -->
</div>
<div class="desktopContainer">
<nav class="header1">
<a href="/aboutme.html">
<div class="header-title1">
<p class="blue-box1">.</p>
<p><strong class="maya-span1">MelesePortifolio </strong> <span class="project-span1">/ WEB DEVELOPER</span></p>
</div>
</a>
<div class="header-navbar1">
<ul>
<li><a href="/aboutme.html"><span class="about-span1">ABOUT ME</span></a></li>
<li><a href="/resume.html">RESUME</a></li>
<li><a href="/project.html">PROJECTS</a></li>
<li><a href="/contact.html">CONTACT</a></li>
</ul>
</div>
</nav>
<section class="inner-content1">
<div class="inner-content-left1">.</div>
<div class="inner-content-right1">.</div>
</section>
<section class="outer-content1">
<div class="outer-content-left1">
<img src="designs/avater-img.jpg">
<h1>Melese<br>portifolio</h1>
<hr>
<span class="project-manag-span1">WEB DEVELOPER</span>
<div class="social-media-icons1">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</div>
<div class="outer-content-right1">
<h1>Hello</h1>
<h2>Here's who am I & what I can do</h2>
<div class="button1">
<a href="/resume.html"><button class="button-left1">RESUME</button></a>
<a href="/project.html"> <button class="button-right1">PROJECTS</button></a>
</div>
<p>I'm a paragraph. Click here to add your own text<br>
and edit me. It's easy. Just "Edit Text" or <br>
double click me to add your own content and <br>
make changes to the font.<br><br>
I'am a great place for you to tell a story and let<br>your users know a little more about you.</p>
</div>
</section>
<div class="footer1">
<footer>
<div class="left-footer1">
<span class="left-footer-span1">@2035 By Melese portifolio.</span>
<span class="left-footer-span1"> Powered and secured by <a href="#">Melese</a></span>
</div>
<div class="right-footer1">
<div class="right-footer-three1">
<span class="right-footer-span-three-top1">Call</span>
<span class="right-footer-span-three-bottom1">123-456-7890</span>
</div>
<div class="right-footer-two1">
<span class="right-footer-span-two-top1">Write</span>
<span class="right-footer-span-two-bottom1"><a href="#">@info.mysite.com</a></span>
</div>
<div class="right-footer-one1">
<span class="right-footer-span-one-top1">Follow</span>
<div class="footer-social-media-icons1">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- desktopContent -->
<!-- Please leave this in to credit the creators of this design -->
</div>
</body>
</html>