generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (215 loc) · 9.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/images/twitter.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Author: Mahdi Rezaei, This is my personal portfolio website">
<meta name="theme-color" content="#6070FF" />
<title>Mahdi Rezaei | Portfolio</title>
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- custom style sheet -->
<link rel="stylesheet" href="./src/css/style.css">
<!-- javascript file -->
<script src="./src/js/main.js" defer></script>
</head>
<body>
<!-- Header Section Start -->
<header>
<nav class="wrapper padding-inline-300">
<div class="area">
<div class="cub"></div>
<a href="#" class="logo">Mahdi Rezaei</a>
</div>
<ul class="main-nav">
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<img width="25" height="25" class="mobile-menu" src="./src/images/menu-icon.svg" alt="expand navigation icon">
</nav>
</header>
<!-- End Header Section -->
<!-- Start Main content Section -->
<main>
<section id="portfolio" class="landing-section">
<div class="landing-box">
<h1 class="primary-header">
I’m Mahdi
</h1>
<h2 class="primary-header">Glad to see you!</h2>
<p class="landing-intro">
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>
<p class="connect">LET’S CONNECT</p>
<ul class="social-media">
<li><a href="https://twitter.com/Mahdi_Rezaei_AF">
<img width="18" height="18" src="./src/images/twitter.svg" alt="twitter icon">
</a></li>
<li><a href="https://www.linkedin.com/in/mahdi-rezaei-74705713b/">
<img width="18" height="18" src="./src/images/Linkedin.svg" alt="Linkedin icon">
</a></li>
<li><a href="https://www.freecodecamp.org/mahdi_rezaei">
<img width="18" height="18" src="./src/images/medium.svg" alt="medium icon">
</a></li>
<li><a href="https://github.com/MahdiSohaily">
<img width="18" height="18" src="./src/images/GitHub.svg" alt="GitHub icon">
</a></li>
<li><a href="https://stackoverflow.com/users/11258461/mahdi-rezaei">
<img width="18" height="18" src="./src/images/angellist.svg" alt="angellist icon">
</a></li>
</ul>
</div>
</section>
<!-- cards section -->
<div class="cards-area">
</div>
<!-- End card section -->
<!-- Start About me section -->
<section class="about-me" id="about">
<div class="wrapper about-me-flex">
<div class="about-intro">
<h2 class="secondary-header exception-header">About <br>Myself</h2>
<p class="about-desc">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>
<p class="connect">LET’S CONNECT</p>
<ul class="social-media">
<li><a href="https://twitter.com/Mahdi_Rezaei_AF">
<img width="18" height="18" src="./src/images/twitter.svg" alt="twitter icon">
</a></li>
<li><a href="https://www.linkedin.com/in/mahdi-rezaei-74705713b/">
<img width="18" height="18" src="./src/images/Linkedin.svg" alt="Linkedin icon">
</a></li>
<li><a href="https://www.freecodecamp.org/mahdi_rezaei">
<img width="18" height="18" src="./src/images/medium.svg" alt="medium icon">
</a></li>
<li><a href="https://github.com/MahdiSohaily">
<img width="18" height="18" src="./src/images/GitHub.svg" alt="GitHub icon">
</a></li>
<li><a href="https://stackoverflow.com/users/11258461/mahdi-rezaei">
<img width="18" height="18" src="./src/images/angellist.svg" alt="angellist icon">
</a></li>
</ul>
<button class="btn" type="button">Get My Resume</button>
</div>
<div class="skills">
<div class="accordian">
<div class="accordian-item">
<div class="skills-name open">
<p>Languages</p>
<img width="15" height="15" src="./src/images/arrow-down.svg" alt="arrow-down">
</div>
<div class="skills-box">
<div class="skill-item">
<img width="48" height="48" src="./src/images/javascript.png" alt="skill icon">
<p>JavaScript</p>
</div>
<div class="skill-item">
<img width="48" height="48" src="./src/images/html.png" alt="skill icon">
<p>HTML</p>
</div>
<div class="skill-item">
<img width="48" height="48" src="./src/images/css.png" alt="skill icon">
<p>CSS</p>
</div>
</div>
</div>
<div class="accordian-item">
<div class="skills-name">
<p>Frameworks</p>
<img width="15" height="15" src="./src/images/arrow-down.svg" alt="arrow-down">
</div>
<div class="skills-box close">
</div>
</div>
<div class="accordian-item">
<div class="skills-name">
<p>Skills</p>
<img width="15" height="15" src="./src/images/arrow-down.svg" alt="arrow-down">
</div>
<div class="skills-box close">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End About me section -->
</main>
<!-- End Main content Section -->
<!-- Start footer section -->
<footer>
<div class="re-position" id="contact">
<section class="wrapper footer-form">
<h2 class="secondary-header exception-header text-white">Contact me</h2>
<p class="text-white p-size">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/xdojkeey" method="POST" class="contact-form" onsubmit="return validateForm();">
<input class="user-name" type="text" name="full-name" maxlength="30" placeholder="Insert your Full Name" required
aria-label="full-name">
<input type="email" name="email" placeholder="Insert your Email" required aria-label="email Address">
<textarea name="message" maxlength="500" placeholder="Write your message here" rows="7" required
aria-label="message"></textarea>
<p class="error">Something went wrong</p>
<button type="submit" class="btn contact-button">Get in touch</button>
</form>
</section>
</div>
</footer>
<!-- End Footer Section -->
<!-- Start Modal Structure -->
<div class="modal-container">
<div class="modal">
<section class="modal-box">
<div class="modal-header">
<div>
<h3 class="modal-title">BLA BLA BLA</h3>
<div class="timeline-box">
<ul class="timeline">
</ul>
</div>
</div>
<img id="close-modal" src="./src/images/gray-close-icon.svg" alt="Close icon">
</div>
<div class="modal-content">
<div class="img-container">
<img src="./src/images/multi-post.webp" alt="Modal picture">
</div>
<div class="desc-box">
<div class="desc">
<p class="modal-desc"></p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="accessory">
<div class="tech-box">
<ul class="tags">
</ul>
</div>
<div class="modal-buttons">
<a href="#" class="btn img-btn live">
See live
<img src="./src/images/live.svg" alt="See live">
</a>
<a href="#" class="btn img-btn source">
See Source
<img src="./src/images/source.svg" alt="See source" class="source-image">
</a>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- End modal structure -->
</body>
</html>