-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anurag Kumar Tiwari</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<div class="leftpane">
<div class="imageholder">
<img src="static/images/icons/114322758.png" alt="Image of me" class="image">
</div>
<div class="introholder">
<h2 class="heading">Anurag Kumar Tiwari</h2>
<p class="abouttext introtext"> Web Developer</p>
</div>
<div class="btnholder">
<button class="normal" id="emailme" onclick="emailme()">Email Me</button>
</div>
<div class="sociallink">
<img src="static/images/icons/38-instagram-2-64.webp" alt="instagram" class="icon" onclick="ig()">
<img src="static/images/icons/06-facebook-64.webp" alt="Facebook" class="icon" onclick="fb()">
<img src="static/images/icons/github_rounded-64.webp" alt="Github" class="icon" onclick="git()">
<img src="static/images/icons/Vector-4-64.webp" alt="Linked In" class="icon" onclick="linkedin()">
</div>
</div>
<div class="rightpane">
<h1 class="heading head">About Me</h1>
<p class="abouttext">Welcome to the digital realm of Anurag Kumar Tiwari, where Django mastery meets HTML, CSS, and JavaScript finesse. Dive into my portfolio for a glimpse into immersive web experiences crafted with precision and creativity. Explore the fusion of code and artistry in every pixel. Welcome to a world where innovation knows no bounds.</p>
<div class="btnholder" id="hehe">
<button class="normal" onclick="project()">Projects</button>
<!-- <button class="normal" onclick="currentproject()">Current Project</button> -->
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>