-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (68 loc) · 3.58 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<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=Alfa+Slab+One&family=Allura&family=Diplomata+SC&family=Nunito+Sans&family=Prociono&family=Sacramento&family=Tai+Heritage+Pro&display=swap" rel="stylesheet">
<link rel="icon" href="Images/favicon.ico">
<title>Gaurav's Personal Site</title>
</head>
<body>
<div class="top-container">
<img class="bgimg" src="Images/bg123.png" alt="mountain-image">
</video>
<h1 class="heading1">I'm Gaurav</h1>
<p class="subheading">B.Tech (CSE-Core) Student</p>
</div>
<div class="ColorDiv">
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="Images/kakashi.png" alt="image not loaded" height="200" width="200">
<h2>Hello.</h2>
<p>I am a Student in <br> Amity University Patna, <br> Bailey road, (801503), Patna</p>
</div>
<hr class="hr1">
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="skillphoto1" src="Images/cplusplus.png" alt="c++-image" width="100" height="100">
<h3 class="cplus">C++</h3>
<p>Basic in Oops.C++ is a popular programming language. C++ is used to <br> create computer programs, and is one of the most used language in game development.</p>
<br>
<img class="Android" src="Images/android.png" alt="android-image" width="100" height="100">
<h3 class="Androidtxt" >Android Development</h3>
<p>Android software development is the process by which applications are created for devices running the Android operating system. Google states that "Android apps can be written using Kotlin, Java, and C++ languages" using the
Android software development kit (SDK), while using other languages is also possible.</p>
<br>
<img class="web" src="Images/webdev.png" alt="web dev-img" width="100" height="100">
<h3 class="Wbdv">Web Development</h3>
<p>HTML,CSS,JAVASCRIPT.JavaScript is the programming language, we use HTML to structure the site, and we use CSS to design and layout the web page.</p>
</div>
</div>
<hr class="hr1">
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="lfi">Looking For Internship</h3>
<p>I am currently in 2nd year of my undergraduate degree. I would like to <br> apply for Intership in my Third year that will start in August 2022.</p>
<br>
</div>
</div>
<div class="container">
<div class="button-borders">
<a href="mailto:[email protected]"><button class="btn">Contact me</button></a>
</div>
</div>
</div>
<footer class="foot">
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/gaurav-thakur-7075041a0/" target="_blank" style="margin-left: 100px;">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/GauravKrThakur2" target="_blank">Twitter</a>
<a class="footer-link" href="https://github.com/GAURAVKR007" target="_blank">Github</a>
<a class="footer-link" href="https://www.instagram.com/gauravkrthakur17/?hl=en" target="_blank">Instagram</a>
<p class="copyright" style="margin-left: 40px;">© Gaurav Kumar Thakur.</p>
</div>
</footer>
</body>
</html>