-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (60 loc) · 3.35 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Aditya Gupta</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico">
<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=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
<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&display=swap" rel="stylesheet">
</head>
<body>
<div class= "top-container">
<img class= "cloud1" src="images/cloud.png" alt="cloud-pic">
<h1>I'm Aditya Gupta</h1>
<h2>an <span class="ass">associate</span> consultant.</h2>
<img class= "cloud2" src="images/cloud.png" alt="cloud-pic">
<img src="images/mountain.png" alt="mount-pic">
</div>
<div class="middle-container">
<div class="profile">
<img class="pic" src="images/profile_pic.png" alt="profile-pic">
<h2>Hello.</h2>
<p>I'm just trying some stuff to make myself a better human. I ❤ coffee and brew my own beers.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill1" src="https://media1.giphy.com/media/9LQHvkbIzTSLe/200w.webp?cid=ecf05e479bzuyjhu8oedvvilauz4bqgiuk293d45r10zh74f&rid=200w.webp&ct=g" alt="code-pic">
<h3 class="hh">Design & Development</h3>
<p class="p1">So far, I know HTML/CSS, Java as part of this web development course. I think you can start doing the what you like, there is no right time, Just go with breeze. I was a Mechanical Engineer Joined as a Sr. Analyst/Software Engineer and here I'm learning web development.
</p>
</div>
<br>
<hr>
<div class="skill-row">
<img class="skill2" src="https://149695847.v2.pressablecdn.com/wp-content/uploads/2017/11/why-data-engineer-trending-01.jpg" alt="data-pic">
<h3 class="hh">Data Engineering Specialist</h3>
<p class="p2">As my current role, I've worked on AWS, Azure, Python, Pyspark, Databricks, PLSQL, Talend Open Studio, HTML/CSS.</p>
</div>
</div>
<br>
<div class="contact-me cm">
<h2 class="cm1">Get In Touch</h2>
<h3>If you love coffee as much as I do.</h3>
<p>Love coffee as much as I do? Let's talk about how awesome it is! We can code while drinking coffee!</p>
<p class="cm1">© Aditya Gupta @ Engineer</p>
</div>
<div class="Fixed">
<a class="btn" href="https://www.linkedin.com/in/adityag020/"><img class="btn1" src="https://cliply.co/wp-content/uploads/2021/02/372102050_LINKEDIN_ICON_TRANSPARENT_1080.gif" alt="linkedin-pic"> </a>
<a href="https://twitter.com/adityagupta_in"><img class="btn3" src="https://cliply.co/wp-content/uploads/2019/07/371907030_TWITTER_ICON_TRANSPARENT_400.gif" alt="twitter-pic"> </a>
<img class = "btn2" src="https://media3.giphy.com/media/bKfoEIghmM6rxxD2gu/200w.webp?cid=ecf05e47z4g872zk0ge8yvh2vmbsobtyn5sb7uolrq7gr2v4&rid=200w.webp&ct=g" alt="cat-pic">
</div>
</div>
</body>
</html>