-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (77 loc) · 3.14 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.ico">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" />
<title>Hamda Fizal</title>
</head>
<body>
<div class="header">
<a class = "nav" href="#home"><span class="fa fa-home nav-icons">  Home</span></a>
<a class = "nav" href="#projects"> <span class="fa fa-th nav-icons">  Projects</span> </a>
<a class = "nav" href="#contact"> <span class="fa fa-phone nav-icons">  Contact</span></a>
</div>
<div id = "home">
<img id="vector" src="media/vector.png">
<div class="text">
<h1 align="center"><span> Hi! I'm Hamda. </span></h1>
<p align="center"><span>A steminist who loves to create and stitch together tiny blocks
of code </span></p>
</div>
</div>
<div id="projects">
<div class="top2">
<h2 align="center">MY PROJECTS</h2>
</div>
<div class="body2">
<div class="innerbody1">
<div class="box"> </div>
<div class="box"> </div>
<div class="box"> </div>
</div>
<div class ="innerbody2">
<div class="box2"> </div>
<div class="box2"> </div>
<div class="box2"> </div>
</div>
<div class='images'>
<img id = "salaam" src="media/salaam_icon1.png">
<img id = "mindcolors" src="media/mindcolors.png">
<img id = "visualise" src="media/visualise.png">
</div>
<div class="descdiv">
<p id="description1" align="center">★Collaborated project <br> An app that portrays emotions as a colored spectrum <br>
<a class="repo" target="blank" href="https://github.com/hamda-fizal/mindcolors">Git repo</a>
</p>
<p id = "description2" align="center">★Individual project <br>Clone of the Whatsapp messaging app <br><br>
<a class="repo" target="blank" href="https://github.com/hamda-fizal/Salaam">Git repo</a>
</p>
<p id="description3" align="center">★Collaborated project <br>Website that visualizes change in emotions real- time on a graph <br>
<a class="repo" target="blank" href="https://github.com/hamda-fizal/visualize">Git repo</a>
</p>
</div>
<div id="See_more">
<a href="https://devpost.com/hamda-fzl" target="_blank">
<span class="fa fa-chevron-circle-down fa-3x" align="center"></span>
</a>
</div>
</div>
<div id="contact">
<a href="mailto:[email protected]">
<span class="fa fa-envelope fa-2x"></span>
</a>
<a href="https://github.com/hamda-fizal">
<span class="fa fa-github fa-2x"></span>
</a>
<a href="https://linkedin.in/hamdafizal883">
<span class="fa fa-linkedin fa-2x"></span>
</a>
</div>
</body>
</html>