-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
239 lines (225 loc) · 7.27 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Document</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/fontawesome.min.css"
integrity="sha512-SgaqKKxJDQ/tAUAAXzvxZz33rmn7leYDYfBP+YoMRSENhf3zJyx3SBASt/OfeQwBHA1nxMis7mM3EV/oYT6Fdw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<section id="header-section">
<header id="toolbar">
<nav>
<ul class="nav">
<li><a href="/">my logo</a></li>
<li class="menu-icon">
<button type="button" onclick="show()">
<img src="./Icons/Icon - Menu.svg" alt="" />
</button>
</li>
</ul>
</nav>
<nav>
<ul class="navbar" id="menubar">
<span class="close" id="close" onclick="hide()"><i class="fa fa-close"></i></span>
<li><a href="#headline" onclick="hide()">portfolio</a></li>
<li><a href="#about-myself" onclick="hide()">about</a></li>
<li><a href="#contact" onclick="hide()">contact</a></li>
</ul>
</nav>
</header>
</section>
<section id="headline">
<div class="heading-section">
<h1>I’m Ali Reza. Glad to see you!</h1>
<p>
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 hesitate to contact
me.
</p>
<h3>let's connect</h3>
<ul>
<li>
<a href="/"
><img src="./Icons/social/Vector-3.svg" alt="twitter logo"
/></a>
</li>
<li>
<a href="/"
><img src="./Icons/social/Linkedin icon.svg" alt="linked-in logo"
/></a>
</li>
<li>
<a href="/"
><img src="./Icons/social/Vector-1.svg" alt="medium logo"
/></a>
</li>
<li>
<a href="/"
><img src="./Icons/social/Vector-2.svg" alt="github logo"
/></a>
</li>
<li>
<a href="/"
><img src="./Icons/social/Vector.svg" alt="angle-list logo"
/></a>
</li>
</ul>
</div>
</section>
<section class="card-works"></section>
<section class="project-detail hidden" id="popup"></section>
<!-- about myself -->
<section id="about-myself">
<div class="about-1">
<h1>About Myself</h1>
<p>
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
hesitate to contact me.
</p>
<h3>let's connect</h3>
<ul class="social">
<li>
<a href="/"
><img src="./Icons/social/Vector-2.svg" alt="github logo"
/></a>
</li>
<li>
<a href="/"
><img src="./Icons/social/Linkedin icon.svg" alt="linked-in logo"
/></a>
</li>
<li>
<a href="/"
><img src="./Icons/social/Vector.svg" alt="angle-list logo"
/></a>
</li>
<li>
<a href="/"
><img src="./Icons/social/Vector-3.svg" alt="twitter logo"
/></a>
</li>
<li>
<a href="/"
><img src="./Icons/social/Vector-1.svg" alt="medium logo" />
</a>
</li>
</ul>
<button class="my-resume" type="button">Get my resume</button>
</div>
<div class="about-2">
<ul id="aboutme-list">
<li class="list-title">
<ul class="lists">
<li><h4>Languages</h4></li>
<li>
<img src="./Icons/Icon - Chevron - Down - Larger.svg" alt="" />
</li>
</ul>
</li>
<li class="programming-lang">
<ul class="web-lang">
<li>
<img src="./Icons/Ellipse 1.png" alt="js icon" /> JavaScript
</li>
<li>
<img src="./Icons/Ellipse 1 (1).png" alt="html icon" /> HTML
</li>
<li>
<img src="./Icons/Ellipse 1 (2).png" alt="css icon" /> CSS
</li>
</ul>
</li>
<li class="list-title">
<ul class="lists">
<li><h4>Frameworks</h4></li>
<li>
<img src="./Icons/Icon - Chevron - Right - Larger.svg" alt="" />
</li>
</ul>
</li>
<li>
<img class="list-separator" src="./Icons/Separator Bottom.svg" alt="" />
</li>
<li class="list-title">
<ul class="lists">
<li><h4>Skills</h4></li>
<li>
<img src="./Icons/Icon - Chevron - Right - Larger.svg" alt="" />
</li>
</ul>
</li>
<li>
<img
src="./Icons/Separator Bottom.svg"
alt=""
class="list-separator"
/>
</li>
</ul>
</div>
</section>
<!-- contact -->
<section id="contact">
<div class="contact-bg-form">
<div class="contact-form">
<h1>Contact me</h1>
<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 action="https://formspree.io/f/mjvqkraw" method="post" id="contact-form">
<div class="inputs">
<input
type="text"
name="firstname"
placeholder="Ali Reza"
maxlength="30"
required
/>
</div>
<div class="inputs">
<input
type="email"
name="email"
id="email"
placeholder="[email protected]"
required
/>
</div>
<div class="inputs-msg">
<textarea
name="msg"
id="msg"
placeholder="Write your message here..."
maxlength="500"
required
></textarea>
</div>
<div id="error-message" style="display: none; color: red;"></div>
<button type="submit" class="contact-btn" onclick="showPopup()" >Get in touch</button>
</form>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>