-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
278 lines (233 loc) · 10.9 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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/mobile.css">
<meta name="description"
content="A curious imaginative individual striving to live a meaningful life while trying to make everyone happy."
image="logo.jpeg" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/mypic.png" />
<link rel="shortcut icon" type="image/png" href="favicon.ico">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/43cd7fdf3d.js" crossorigin="anonymous"></script>
<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=Barlow&display=swap" rel="stylesheet">
<!-- <link href="https://api.fontshare.com/v2/css?f[]=satoshi@700,500,400&display=swap" rel="stylesheet"> -->
<title>Muhammad Amas - Developer. Writer. Dreamer</title>
</head>
<body id="home">
<nav class="navbar">
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<div class="nav-logo">
<a href="https://muhammadamas.netlify.app/"><img src="favicon.ico" alt=""></a>
</div>
<ul class="nav-menu">
<li class="nav-item"><a href="#about-me">About Me</a></li>
<li class="nav-item"><a href="#my-projects">Projects</a></li>
<li class="nav-item"><a href="#my-skills">My Skills</a></li>
<li class="nav-item"><a href="#let's-connect">Let's Connect</a></li>
</ul>
</nav>
<section class="intro">
<h1>Hey!</h1>
<h1>I am Muhammad Amas</h1>
<h3>Web Developer</h3>
</section>
<section class="about-me" id="about-me">
<h1>ABOUT ME</h1>
<p>I am Muhammad Amas, a persistent Computer Science undergraduate in a well-recognized institute "University of
Karachi - UBIT" having knowledge of Web Development and Data Analytics. I am Skilled in designing creative
Web Pages and Patterns. A technology enthusiast who believes in the technology revolution. I keep myself
updated on the upcoming technologies which will revolutionize the digital world in the future and will solve
modern-day life problems.</p>
<div class="resume-btn">
<a href="Muhammad Amas Resume.pdf" target="_blank" class="btn">VIEW RESUME</a>
</div>
</section>
<section class="my-projects" id="my-projects">
<h1>MY PROJECTS</h1>
<div class="projects">
<div class="project-item">
<h2>Portfolio Website</h2>
<h4>A portfolio website to know about the person.</h4>
<a href="https://talalahmed.vercel.app" target="_blank">
<img src="projects-images/portfolio-website.png" alt="">
</a>
<div class="buttons">
<a href="https://talalahmed.vercel.app" target="_blank" class="btn">VIEW SITE</a>
<a href="https://github.com/MuhammadAmas/Portfolio-Website" target="_blank"
class="btn view-code-btn">VIEW
CODE</a>
</div>
</div>
<div class="project-item">
<h2>Grocery Store</h2>
<h4>A Grocery Store website made using React.js.</h4>
<a href="https://grocery-store-gilt.vercel.app/" target="_blank">
<img src="projects-images/groceryStore.png" alt="">
</a>
<div class="buttons">
<a href="https://grocery-store-gilt.vercel.app/" target="_blank" class="btn">VIEW SITE</a>
<a href="https://github.com/MuhammadAmas/Grocery-Store" target="_blank"
class="btn view-code-btn">VIEW CODE</a>
</div>
</div>
<div class="project-item">
<h2>Tutor's Registration Website</h2>
<h4>A tutors registration website to connect them with students.</h4>
<a href="https://acadist.me/" target="_blank">
<img src="projects-images/acadist.png" alt="">
</a>
<div class="buttons">
<a href="https://acadist.me/" target="_blank" class="btn">VIEW SITE</a>
<a href="https://github.com/MuhammadAmas/Acadist.me" target="_blank" class="btn view-code-btn">VIEW
CODE</a>
</div>
</div>
<div class="project-item">
<h2>The Seekers Website</h2>
<h4>A surveyor website to show the information about the organization and surveys.</h4>
<a href="https://theseekers.netlify.app/" target="_blank">
<img src="projects-images/theseekers.png" alt="">
</a>
<div class="buttons">
<a href="https://theseekers.netlify.app/" target="_blank" class="btn">VIEW SITE</a>
<a href="https://github.com/MuhammadAmas/The-Seekers-Website" target="_blank"
class="btn view-code-btn">VIEW
CODE</a>
</div>
</div>
<div class="project-item">
<h2>Quotes Generator</h2>
<h4>A Quotes Generator website in which quotes are fetched from API.</h4>
<a href="https://generatethequotes.netlify.app/" target="_blank">
<img src="projects-images/quotesGenerator.png" alt="">
</a>
<div class="buttons">
<a href="https://generatethequotes.netlify.app/" target="_blank" class="btn">VIEW SITE</a>
<a href="https://github.com/MuhammadAmas/Quotes-Generator" target="_blank"
class="btn view-code-btn">VIEW CODE</a>
</div>
</div>
</div>
</section>
<section class="skills" id="my-skills">
<h1>MY SKILLS</h1>
<div class="my-skills">
<div class="skill-logo">
<img src="skills-logo/html-logo.png" alt="">
<h2>HTML</h2>
</div>
<div class="skill-logo">
<img src="skills-logo/css-logo.png" alt="">
<h2>CSS</h2>
</div>
<div class="skill-logo">
<img src="skills-logo/javascript-logo.png" alt="">
<h2>JavaScript</h2>
</div>
<div class="skill-logo">
<img src="skills-logo/react-logo.png" alt="">
<h2>React</h2>
</div>
<div class="skill-logo">
<img src="skills-logo/nodejs-logo.png" alt="">
<h2>Nodejs</h2>
</div>
<div class="skill-logo">
<img src="skills-logo/expressjs-logo.png" alt="">
<h2>Expressjs</h2>
</div>
<div class="skill-logo">
<img src="skills-logo/mysql-logo.png" alt="">
<h2>MYSQL</h2>
</div>
<!-- <div class="skill-logo">
<img src="skills-logo/python-logo.png" alt="">
<h2>PYTHON</h2>
</div> -->
<div class="skill-logo">
<img src="skills-logo/git.png" alt="">
<h2>GIT</h2>
</div>
</div>
</section>
<section class="contact-me" id="let's-connect">
<h1>LET'S CONNECT</h1>
<div class="contact-box">
<form action="https://formsubmit.co/amaswaseem@gmail.com" method="POST">
<div class="inputbox">
<input type="text" name="name" required="required" />
<label>Name</label>
</div>
<div class="inputbox">
<input type="email" name="email" required="required" />
<label>Email</label>
</div>
<div class="inputbox">
<input type="text" name="subject" required="required" />
<label>Subject</label>
</div>
<div class="inputbox">
<textarea name="message" id="message" rows="5" required="required"></textarea>
<label>Type Your Message...</label>
</div>
<div class="submit">
<button type="submit" value="Send" class="submit-btn">SEND</button>
</div>
<input type="hidden" name="_next" value="https://muhammadamas.netlify.app/thanks.html" />
<input type="hidden" name="_captcha" value="false" />
</form>
</section>
<footer class="footer">
<div class="footer-content">
<div class="contacts">
<div class="phone-no">
<a href="tel:+923233263278"><i class="fa-solid fa-phone"></i></a>
<p>+92 323 3263278</p>
</div>
<div class="email">
<a href="mailto:amaswaseem@gmail.com"><i class="fa-solid fa-envelope"></i></a>
<p>amaswaseem@gmail.com</p>
</div>
</div>
<div class="more-info">
<ul>
<li class="nav-item"><a href="#home">Home</a></li>
<li class="nav-item"><a href="#about-me">About Me</a></li>
<li class="nav-item"><a href="#my-projects">Projects</a></li>
<li class="nav-item"><a href="#let's-connect">Let's Connect</a></li>
</ul>
</div>
<div class="social-media">
<a href="https://github.com/muhammadamas" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/amaswaseem/" target="_blank">
<i class="fa-brands fa-linkedin-in social-btn"></i>
</a>
<a href="https://muhammadamas.medium.com/" target="_blank">
<i class="fa-brands fa-medium"></i>
</a>
<a href="https://www.facebook.com/mohammad.amas.79" target="_blank">
<i class="fa-brands fa-facebook-f social-btn"></i>
</a>
<a href="https://www.instagram.com/amas_waseem/" target="_blank">
<i class="fa-brands fa-instagram social-btn"></i>
</a>
</div>
</div>
<div class="copyright">
<p>© Muhammad Amas | 2022</p>
</div>
</footer>
</body>
<script src="app.js"></script>
</html>