-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (214 loc) · 6.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Saadat Ali - Portfolio</title>
<meta name="description" content="Saadat Portfolio" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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=Inter:wght@700&display=swap" rel="stylesheet"
crossorigin="anonymous" />
<link rel="stylesheet" href="main.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SLN1CDY5J1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-SLN1CDY5J1');
</script>
<script src="js/main.js"></script>
</head>
<body>
<section class="top-section">
<header>
<a href="#">
<p>Welcome</p>
</a>
<nav>
<a id="menu-btn" href="#"><img src="img/Icon-Menu.svg" alt="Menu" /></a>
<ul id="nav-menu">
<li><a href="#" id="close-btn"><img src="img/close.svg" alt="Close Button"></a></li>
<li><a href="#works">Portfolio</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact-us">Contact</a></li>
</ul>
</nav>
</header>
<div class="headline">
<div class="headline-text">
<h1>
Hey there. I'm Saadat
<br />
<span>I'm a software developer</span>
</h1>
</div>
<p class="desc">
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>
<ul class="social-icons">
<li>
<a href="#">
<img src="img/twitter.svg" alt="Twitter" />
</a>
</li>
<li>
<a href="#">
<img src="img/LinkedinIcon.svg" alt="Linkedin" />
</a>
</li>
<li>
<a href="#">
<img src="img/medium.svg" alt="Medium" />
</a>
</li>
<li>
<a href="#">
<img src="img/github.svg" alt="Github" />
</a>
</li>
<li>
<a href="#">
<img src="img/angellist.svg" alt="Angellist" />
</a>
</li>
</ul>
<a href="#" class="down-btn"><img src="img/Union.svg" alt="Down Button" /></a>
</div>
</section>
<section class="Works" id="works">
<div class="section-heading">
<h2>My Recent Works</h2>
<div class="indicator"></div>
</div>
<div class="portfolio">
</div>
<div id="popUpModal">
<div class="backdrop"></div>
<div class="popupContent">
<a href="#" class="close-popup-btn"><img src="img/popup-close-icon.svg" alt="close project"></a>
<img id="popupProjectImage" src="img/SnapshootPortfolio.svg" alt="Portfolio Image">
<div class="popupDetails">
<h1 class="popupHeader">Keeping track of hundreds of components</h1>
<ul class="popupTechnologies">
<li>Ruby on rails</li>
<li>css</li>
<li>Javascript</li>
<li>html</li>
</ul>
<p class="popupDesc">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it 1960s with the releaLorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a
galley of type and scrambled it 1960s with the relea</p>
<div class="actions">
<a href="#" data-button>See live <img src="img/Icon-Export.svg" alt="Icon Export"></a>
<a href="#" data-button>See Source <img src="img/Icon-GitHub.svg" alt="Icon Github"></a>
</div>
</div>
</div>
</div>
</section>
<section class="About" id="about">
<div class="about-headline">
<div class="section-heading">
<h2>About me</h2>
<p class="desc">
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>
<button type="button">Get My Resume</button>
</div>
</div>
<ul>
<li>
<img src="img/IconLangguage.svg" alt="Language" />
<h3>Languages</h3>
<ul>
<li>Javascript</li>
<li>Ruby</li>
<li>html</li>
<li>CSS</li>
</ul>
</li>
<li>
<img src="img/IconFramework.svg" alt="Language" />
<h3>Frameworks</h3>
<ul>
<li>Bootstrap</li>
<li>Ruby on Rails</li>
<li>RSpec</li>
<li>Capybara</li>
<li>Selenium</li>
</ul>
</li>
<li>
<img src="img/IconSkills.svg" alt="Language" />
<h3>Skills</h3>
<ul>
<li>Codekit</li>
<li>GitHub</li>
<li>Codepen</li>
<li>Gitlab</li>
<li>Terminal</li>
</ul>
</li>
</ul>
</section>
<footer id="contact-us">
<div class="form">
<div class="form-desc">
I'm always interested in hearing about new projects, so if you'd like to
chat please get in touch.
</div>
<form action="https://formspree.io/f/xqknezwl " class="contact-form" method="post" id="contact-me-form">
<ul>
<li>
<input type="text" name="Full_name" placeholder="Full Name" maxlength="30" required />
</li>
<li>
<input type="email" name="email" placeholder="[email protected]" required />
</li>
<li>
<textarea name="message" id="msg" placeholder="Enter your message" maxlength="500" required></textarea>
</li>
<li>
<button type="submit">Get in touch</button>
</li>
</ul>
</form>
</div>
<ul class="social-icons">
<li>
<a href="#">
<img src="img/twitter.svg" alt="Twitter" />
</a>
</li>
<li>
<a href="#">
<img src="img/LinkedinIcon.svg" alt="Linkedin" />
</a>
</li>
<li>
<a href="#">
<img src="img/medium.svg" alt="Medium" />
</a>
</li>
<li>
<a href="#">
<img src="img/github.svg" alt="Github" />
</a>
</li>
<li>
<a href="#">
<img src="img/angellist.svg" alt="Angellist" />
</a>
</li>
</ul>
<div class="my-email">[email protected]</div>
</footer>
</body>
</html>