-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (52 loc) · 3.11 KB
/
index.html
File metadata and controls
67 lines (52 loc) · 3.11 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>AdityaThakar</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css\styles.css" type="text/css" media="screen">
<link rel="icon" href="favicon.ico" >
<link href="https://fonts.googleapis.com/css2?family=Cormorant&family=Merienda&display=swap" rel="stylesheet" >
</head>
<body>
<div class="container-fluid" class="first_div">
<h1>I'm Aditya</h1>
<h3>Hello!! Welcome to my Website.</h3>
</div>
<div class="middle-container">
<div class="profile">
<img style="border-radius:80%;" src="dwarf.png" width="300px" height="300px" alt="">
<h2>Hello.</h2>
<h4>I am a student pursuing Computer Enigineering and<br> I am currently exploring my interests in Python Programming and Web Development.</h4>
</div>
<hr>
<div style="padding-top:80px;"class="skills">
<h2>My Skills!!</h2>
<div class="skill-row">
<img class="mid_img1" style="border-radius:100%; border:1px;" src="pankaj-patel-6JVlSdgMacE-unsplash.jpg" width="200px" height="200px"alt="Python">
<h3>Python Programming</h3>
<p>I recently completed a full Python Bootcamp Course from Udemy and have completed some projects such as UNO and Matrix calc. and planning to do many more.</p>
</div>
<div class="skill-row">
<img class="mid_img2" style="border-radius:100%;" src="tony-rojas-7kueosQ7Inc-unsplash.jpg" width="200px" height="200px" alt="">
<h3>Guitar</h3>
<p>I started learning guitar a few months ago and have gotten pretty good at it, the melody of it brings peace to my mind.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p>If you are interested in collaborating on any project,<br> feel free to hit the button.</p>
<a href="mailto:adityathakar8@gmail.com" class="myButton">Contact Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/adii.t812/?hl=en">Instagram</a>
<a class="footer-link" href="https://www.facebook.com/aditya.thakar.397/">Facebook</a>
<p>© 2020_adityathakar8.</p>
</div>
</body>
</html>