-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
174 lines (170 loc) · 7.39 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
<!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">
<title> My Portfolio</title>
<script src="https://kit.fontawesome.com/c98845bc10.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="headline-bar">
<ul class="container">
<li><a href="#">Zeeyah</a></li>
<li>
<nav class="nav">
<img src="./assets/images/burger-icon.png" alt="Hamburger menu-bar" class="hamburger-icon social-media-icon">
<div class="mobile-navigation">
<div class="close-icon-wrapper container">
<div></div>
<img src="./assets/images/close-icon.png" alt="close menu-icon"
class="close-icon social-icon nav-menu-icon">
</div>
<ul>
<li>
<a href="#works" class="nav-tool">Portfolio</a>
</li>
<li>
<a href="#about" class="nav-tool">About</a>
</li>
<li>
<a href="#contact" class="nav-tool">Contact</a>
</li>
</ul>
</div>
<div class="nav-links">
<a href="#works" class="nav-tool">Portfolio</a>
<a href="#about" class="nav-tool">About</a>
<a href="#contact" class="nav-tool">Contact</a>
</div>
</nav>
</li>
</ul>
</header>
<main>
<section class="intro">
<h1 class="container">I'm Fauziyah <br>Glad to see you!</h1>
<p class="container">I'm a software developer! I can help you build a product,
feature or website. Look through some of my work and
experience! If you like what you see and have a project you
need coded, don't hestiate to contact me.</p>
<footer class="social-medias-btn">
<div class="container"> <span class="lets-connect">Let's connect</span> </div>
<ul class="container">
<li><a href="https://twitter.com/FauziyahZeeyah?t=5x4tHwdJG62bloZ3QehDcw&s=08"><img src="./images/twitter.svg" alt="twitter social icon" class="social-icon"></a></li>
<li><a href="https://medium.com/"><img src="./images/medium.svg" alt="medium social icon" class="social-icon"></a></li>
<li><a href="https://github.com/fauziyahzeeyah"><img src="./images/github.svg" alt="github social icon" class="social-icon"></a></li>
<li><a href="https://angel.co/"><img src="./images/angellist.svg" alt="AngelList social icon" class="social-icon"></a></li>
</ul>
</footer>
</section>
<section class="works container" id="works">
</section>
<section class="about-sec" id="about">
<div class="content container">
<h1 class="heading">About <br> Myself</h1>
<p class="body">Hello I'm a software developer! I can help you build a product feature or website. <br>Look
through some of
my
work and experience! If you like what you see and have a project you need coded, don't hesitate to contact me.
</p>
<footer class="social-medias-btn">
<span class="lets-connect">Let's connect</span>
<ul class="social-icons">
<li>
<a href="https://twitter.com/FauziyahZeeyah?t=5x4tHwdJG62bloZ3QehDcw&s=08"><img src="./images/twitter.svg" alt="twitter social icon"
class="social-icon"></a>
</li>
<li>
<a href="https://medium.com/"><img src="./images/medium.svg" alt="medium social icon" class="social-icon"></a>
</li>
<li>
<a href="https://github.com/fauziyahzeeyah"><img src="./images/github.svg" alt="github social icon" class="social-icon">
</li>
<li>
<a href="https://angel.co/"><img src="./images/angellist.svg" alt="Angellist social icon" class="social-icon"></a>
</li>
</ul>
<button class="btn btn-outline">Get my resume</button>
</footer>
<ul class="languages">
<li>
<h4 class="lang-items">Languages</h4> <img src="./images/arrow down.svg" alt="caret-icon" class="icon">
<ul class="drop-downs">
<li><img src="./images/js.png" alt=""><span>Javascript</span></li>
<li><img src="./images/html.png" alt=""><span>HTML</span></li>
<li><img src="./images/css.png" alt=""><span>CSS</span></li>
</ul>
</li>
<li>
<h4>Frameworks</h4> <img src="./images/arrow right.svg" alt="caret-icon" class="icon">
</li>
<li>
<h4>Skills</h4><img src="./images/arrow right.svg" alt="caret-icon" class="icon">
</li>
</ul>
</div>
</section>
<section class="contact-section" id="contact">
<div class="section-wrapper">
<div class="container">
<div class="form-wrapper">
<h2 class="heading" tabindex="0">Contact Me</h2>
<p class="tagline">If you have an application you are interested in developing, a feature that you need
built or
a project that
needs coding. I'd love to help with it</p>
<form class="form" action="https://formspree.io/f/meqdygwl" method="POST" >
<label for="full-name" hidden></label>
<input type="text" id="full-name" name="name" maxlength="30" placeholder="Enter your name" required>
<label for="email" hidden></label>
<input type="email" id="email" name="email" placeholder="Enter your email" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$" required>
<label for="message" hidden></label>
<textarea name="message" id="message" maxlength="500"
placeholder="Write your message here" required></textarea>
<button class="btn btn-outline">Get in touch</button>
</form>
</div>
</div>
</div>
</section>
</main>
<section class="container">
<div class="overlay">
<div class="modal-content" id="modal">
<div class="modal--header">
<div class="top">
<h1 class="modal--title"></h1>
<span class="modal-close" data-modal-close>×</span>
</div>
<ul>
<li>Canopy</li>
<li><span class="dot"></span> Back End Dev</li>
<li><span class="dot"></span>2015</li>
</ul>
</div>
<div class="modal--body">
<img src="" alt="" class="modal--image">
</div>
<div class="modal--footer">
<p class="modal--description"></p>
<div class="modal--buttons-techs-wrapper">
<ul>
<li>html</li>
<li>css</li>
<li>javascript</li>
</ul>
<div>
<button class="btn btn-outline"><a href="#" class="modal--see-live">See Live <img src="./assets/images/see-live.svg"></a></button>
<button class="btn btn-outline"><a href="#" class="modal--see-source">See Source <img src="./assets/images/github.svg"></a></button>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="main.js"></script>
</body>
</html>