-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
222 lines (216 loc) · 7.6 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
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio - Software Developer, Assad</title>
<link rel="stylesheet" href="./styles/style.css" />
<script src="./scripts/script.js" defer></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-GBX2S8PYGM"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-GBX2S8PYGM');
</script>
</head>
<body id="body">
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" id="closebtn">×</a>
<div class="overlay-content" id="overlay-content">
<a href="#works">Portfolio</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</div>
</div>
<div class="container" id="container">
<header class="app-bar">
<div class="nav">
<a href="/" class="nav__logo"> Assad Isah </a>
<nav class="navbar">
<button class="nav-button" id="nav-button" type="button">
<img src="./assets/Icons/hamburger-button.svg" alt="more" />
</button>
<ul id="menu" class="nav-d nav-mobile">
<li><a href="#works" class="nav-d__item">Portfolio</a></li>
<li><a href="#about" class="nav-d__item">About</a></li>
<li><a href="#contact" class="nav-d__item">Contact</a></li>
</ul>
</nav>
</div>
</header>
</div>
<main class="headline bg--c0" id="headline">
<h1>
I'm Assad, <br />
Glad to see you!
</h1>
<p class="headline__desc">
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>
<a href="#contact" class="socials-contact">LET'S CONNECT</a>
<ul class="socials-icons mt--24 mb--12">
<li class="twitter-icon">
<a title="twitter" href="https://twitter.com/assadeesaa"
><img src="./assets//Icons/twitter.svg" alt="twitter-icon"
/></a>
</li>
<li class="linkedin-icon">
<a title="linkedin" href="https://www.linkedin.com/in/assadisah/"
><img src="./assets//Icons/linkedin.svg" alt="Linkedin Icon"
/></a>
</li>
<li class="medium-icon">
<a title="medium" href="#"
><img src="./assets/Icons/medium.svg" alt="medium icon"
/></a>
</li>
<li class="github-icon">
<a title="github" href="https://github.com/nottherealalanturing"
><img src="./assets/Icons/github.svg" alt="github icon"
/></a>
</li>
<li class="angel-icon">
<a title="angel" href="#"
><img src="./assets/Icons/angel-list.svg" alt="angel icon"
/></a>
</li>
</ul>
</main>
<section class="work-section" id="works"></section>
<section class="about-section" id="about">
<div class="about-top">
<h2 class="about-primary-text">About<br />Myself</h2>
<p class="about-secondary-text">
Hello 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>
<div class="mb--12">
<a href="#connect" class="about-sec-connect mb--12">LET'S CONNECT</a>
<ul class="socials-icons mt--24 mb--12">
<li class="twitter-icon">
<a title="twitter" href="https://twitter.com/assadeesaa"
><img src="./assets//Icons/twitter.svg" alt="twitter-icon"
/></a>
</li>
<li class="linkedin-icon">
<a title="linkedin" href="https://www.linkedin.com/in/assadisah/"
><img src="./assets//Icons/linkedin.svg" alt="Linkedin Icon"
/></a>
</li>
<li class="medium-icon">
<a title="medium" href="#"
><img src="./assets/Icons/medium.svg" alt="medium icon"
/></a>
</li>
<li class="github-icon">
<a title="github" href="https://github.com/nottherealalanturing"
><img src="./assets/Icons/github.svg" alt="github icon"
/></a>
</li>
<li class="angel-icon">
<a title="angel" href="#"
><img src="./assets/Icons/angel-list.svg" alt="angel icon"
/></a>
</li>
</ul>
</div>
<button type="button" class="get-resume-btn mb--12">
Get my resume
</button>
</div>
<ul class="skill-list mb--12">
<li class="skill-list__li">
<a class="accordion" href="#languages">
<h3>Languages</h3>
<img src="./assets/Icons/chevron-down.svg" alt="down" />
</a>
<ul class="panel active">
<li class="skill-item">
<img src="./assets/Icons/javascript.svg" alt="javascript" />
<span>JavaScript</span>
</li>
<li class="skill-item">
<img src="./assets/Icons/html.svg" alt="html.svg" />
<span>HTML</span>
</li>
<li class="skill-item">
<img src="./assets/Icons/css.svg" alt="css.svg" />
<span>CSS</span>
</li>
<li class="skill-item">
<img src="./assets/Icons/react-icon.svg" alt="react.svg" />
<span>React</span>
</li>
</ul>
</li>
<li class="skill-list__li">
<a class="accordion" href="#framework">
<h3>Framework</h3>
<img src="./assets/Icons/chevron-right.svg" alt="down" />
</a>
<ul class="panel"></ul>
</li>
<li class="skill-list__li">
<a class="accordion" href="#skills">
<h3>Skills</h3>
<img src="./assets/Icons/chevron-right.svg" alt="down" />
</a>
<ul class="panel"></ul>
</li>
</ul>
</section>
<footer class="contact-section" id="contact">
<section class="contact-me">
<h2>Contact me</h2>
<p>
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="contact-form"
action="https://formspree.io/f/xyyowwwj"
method="POST"
>
<input
type="text"
name="fullname"
id="fullname"
placeholder="Your Name"
maxlength="30"
required
/>
<input
type="email"
name="email"
id="email"
placeholder="example@email.com"
required
/>
<textarea
name="message"
id="message"
cols="20"
rows="10"
placeholder="Write your message here"
maxlength="500"
required
></textarea>
<p class="validation-message"></p>
<button type="submit">Get In Touch</button>
</form>
</section>
</footer>
<div class="my-modal" id="my-modal"></div>
</body>
</html>