-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (58 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Saif Ali</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<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="clouds">
<h1>I'm Saif.</h1>
<h2>a programmer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="clouds">
<img src="images/mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/Saif Pic Circle.png" alt="Profile Pic">
<h2>Hello.</h2>
<p>I am an employee at Wipro Ltd. I'm a M.Tech Student too and a newbie at web development</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="web-img" src="images/WEB.png" alt="OS Admin">
<h3>Web Development</h3>
<p>This is more like a passion to me, i do it to get relaxed and sometimes play games or sketch if not doing web development.</p>
</div>
<div class="skill-row">
<img class="os-img" src="images/OS.png" alt="OS Admin">
<h3>LINUX and AIX Admin</h3>
<p>I have been handling OS and DB Administration at Wipro from 2018 to current date.</p>
</div>
<div class="skill-row">
<img class="db-img" src="images/DB.png" alt="DB Admin">
<h3>Oracle and DB2 Admin</h3>
<p>While being a part of UNIX Administration for last two and a half year , i have been working on database technologies as well side by side .</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I would love to hear you.</h3>
<p>Hope you love Web Development as much I do. Lets talk and code together 😁.</p>
<a href="mailto:saifali1035@gmail.com" class="btn">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<p>© 2021 Saif Ali.</p>
</div>
</body>
</html>