-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (62 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Usman Aslam's site</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images\cloud.png" alt="cloud">
<h1>I'm Usman Aslam</h1>
<h2>A <span class="tech"> tech</span> </span>enthusiast </span></h2>
<img src="images\mountain.png" alt="mountain">
<img class="bottom-cloud" src="images\cloud.png" alt="cloud2">
</div>
<div class="middle-container">
<div class="profile">
<img src="https://www.flaticon.com/svg/static/icons/svg/180/180655.svg" class="picture" alt="profile picture">
<h2>Hello there!</h2>
<p class="intro">My name is Usman Aslam and I'm a tech enthusiast hyperfocused on the latest technologies and who just loves video games.</p>
</div>
<hr class="dotted-border1">
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="arduino" src="https://media.giphy.com/media/llDQjVIHqiXkeIJgrK/giphy.gif" alt="arduino">
<h3>Arduino IDE</h3>
<p>Well versed in working with Arduino IDE and respective microcontrollers such as UNO, ESP 8266 & ESP 32</p>
</div>
<div class="skill-row">
<img class="programming" src="https://media.giphy.com/media/d8d7kW0JUCUDwHpDsk/giphy.gif" alt="programming">
<h3>Programming</h3>
<p>Primarily worked in C++, C and Verilog languages</p>
</div>
<div class="skill-row">
<img class="content" src="https://media.giphy.com/media/chbSItHGveOfYt5OqC/giphy.gif" alt="Content">
<h3>Content Creation</h3>
<p>Skilled in content development including blogs, articles and columns</p>
</div>
<div class="skill-row">
<img class="management" src="https://media.giphy.com/media/U7n83jTSc6cmWTKRpT/giphy.gif" alt="management">
<h3>Project Management</h3>
<p>High experience in managing teams and various projects on the leadership standpoint</p>
</div>
</div>
<hr class="dotted-border2">
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Interested to meet? Let's connect!</h3>
<p>Feel free to hit me an email or a message on my social media handles.</p>
<a href="mailto:[email protected]" class="BUTTON_OXO">Contact Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/usman-aslam-u712a/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/usmanaslam712">Twitter</a>
<p class="ending">© 2020 Usman Aslam.</p>
</div>
</body>
</html>