-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (62 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akhilesh Singh Bhadauriya</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Parisienne&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/9983fed3ea.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="intro">
<img src="images/cloud.png" id="upper" alt="cloud image here">
<h1 id="name">I'm Akhilesh Singh Bhadauriya</h1>
<h2>Student at <a href="http://www.mmmut.ac.in/">Madan Mohan Malaviya University of Technology.</a></h2>
<img src="images/cloud.png" id="lower" alt="cloud-img">
<img src="images/mountain.png" id = "temp"; alt="mountains here">
</div>
</body>
<div class="middle-container">
<div class="profile">
<img src="images/Untitled-1.jpg" class = "akhilimg"; alt="Akhilesh's image here" >
<h2>Hello.</h2>
<p class="bio">My name is Akhilesh Singh Bhadauriya,I'm a Computer Science and engineering undergraduate in MAdan Mohan Malaviya University of Technology.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="wd" src="images/computer.png" alt="wd image here">
<h3>Web devlopment</h3>
<p>I have a good knowledge of HTML, CSS,Javascript,Bootstrap.</p>
</div>
<div class="skill-row">
<img class="ds" src="images/ds algo.jpg" alt="ds image">
<h3>Data Structures and Algorithms</h3>
<p>I have a good understanding of data structures,Algorithms,Algorithm design,Problem Solving and as accomplishments I'm 3⭐ at codechef with a rating of 1649.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>You can contact-me at any social media platform.</h3>
<p>I am very active at linkedin so you can contact me there and other social media platforms too.</p>
<a class="btn" href="mailto:akhileshsingh2314@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a href="https://www.linkedin.com/in/akhilesh-singh-bhadauria-57750b198/" class="social-icon si-rounded si-small si-linkedin" target="_blank">
<i class="fab fa-linkedin-in fa-3x"></i>
</a>
<a class="footer-link" href="https://www.instagram.com/akhilesh__singh___/" target="_blank">
<i class="fab fa-instagram fa-3x"></i>
</a>
<p id = "copy">© 2020 Akhilesh Singh Bhadauriya.</p>
</div>
</html>