-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (51 loc) · 3.84 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/04670e43ea.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap" rel="stylesheet">
<title>Aniket's Webpage</title>
</head>
<body>
<section class="section">
<div class="header">
<h1 class="header-h1">Ani<span>ket</span>Dubey</h1>
<img class="image" src="IMG_20191230_230419_619.jpg" alt="myself">
</div>
<div class="intro">
<p class="intro1"> Hola</p>
<h1 class="intro-h1">I'm Aniket Dubey 👋 </h1>
<p class="intro2"> <h2>I'm currently a Student</h2>
- 🔭 I’m learning JavaScript. <br>
- 🥅 2020 Goals: Contribute more to Open Source projects, become a frontend developer. <br>
- ⚡ Hobbies: Football, playing video games, watching anime, listening to podcasts. <br>
</p>
<p> <h2>Languages & Tools </h2>
<br>
<img align="left" alt="Java" width="26px" src="https://img.icons8.com/color/48/000000/java-coffee-cup-logo.png" />
<img align="left" alt="C" width="26px" src="https://img.icons8.com/color/48/000000/c-programming.png" />
<img align = "left" alt="C++" width = "26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/cpp/cpp.png" />
<img align="left" alt="HTML5" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/html/html.png" />
<img align="left" alt="CSS3" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/css/css.png" />
<img align="left" alt="Javascript" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png">
<img align="left" alt="Android" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/android/android.png" />
<img align="left" alt="Visual Studio Code" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/visual-studio-code/visual-studio-code.png" />
<img align="left" alt="Git" width="26px" src="https://img.icons8.com/color/48/000000/git.png" />
<img align="left" alt="GitHub" width="26px" src="https://raw.githubusercontent.com/github/explore/78df643247d429f6cc873026c0622819ad797942/topics/github/github.png" />
<img align="left" alt="Terminal" width="26px" src="https://raw.githubusercontent.com/github/explore/d92924b1d925bb134e308bd29c9de6c302ed3beb/topics/terminal/terminal.png" />
<img align="left" alt="Linux" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/linux/linux.png">
<img align="left" alt="Python" width="26px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/python/python.png">
<br /></p>
</div>
<a href="#"></a>
<div class="footer">
<a href="https://twitter.com/itsaniketdubey"><i class="fab twitter fa-twitter"></i></a>
<a href="https://github.com/itsaniketdubey"><i class="fab github fa-github"></i></a>
<a rel="me" href="https://mastodon.social/@regera">Mastodon</a>
<h3>Aniket Dubey ©2020</h3>
</div>
</section>
</body>
</html>