-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (42 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1">
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
</head>
<body>
<header>
<a href="#"><i class="fas fa-code fa-3x"></i></a>
<div class="description">
<h1>Doaa Mahely</h1>
<p>Full Stack Web Developer</p>
</div>
</header>
<br>
<img src="images/bg.jpg" alt="Keyboard and computer." id="main">
<section>
<h3 id="featured">Featured Work:</h3>
<div id="works">
<article id="quote-project">
<img src="images/work1.png" alt="Random quote generator webpage.">
<h3>Random Quote Generator</h3>
<a href="https://codepen.io/0Insomniac/full/mxMpXv/" target="_blank">Webpage</a>
</article>
<article id="wiki-project">
<img src="images/work2.png" alt="Wikipedia viewer webpage.">
<h3>Wikipedia Viewer</h3>
<a href="https://codepen.io/0Insomniac/full/MGyLLd/" target="_blank">Webpage</a>
</article>
<article id="weather-project">
<img src="images/work3.png" alt="Weather app webpage.">
<h3>Weather App</h3>
<a href="https://codepen.io/0Insomniac/full/yKGzYY/" target="_blank">Webpage</a>
</article>
</div>
</section>
</body>
</html>