-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (56 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Bhavesh Vishwakarma</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images/favicon.ico">
<!--font embedding-->
<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=Merriweather:ital@1&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I am Bhavesh.</h1>
<h2>An <span class="pro">Art</span>ist and a <span class="pro">Pro</span>grammer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images\Bhavesh Photo.png" alt="" height="200px" width="200px">
<h2>Hello.</h2>
<p class = "intro">I am an Indian. I am an intern at EVREX PVT. LTD., I serve there as a product developer in design team.I am currently pursuing my B Tech in Information Technology from SSIPMT. Raipur. I live in Raipur, Chhattisgarh.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer-img" src="images\computer.png" alt="computer-img">
<h3>Blender Artist.</h3>
<p>I am a Blender Artist, Programmer, Designer and a Student.</p>
</div>
<div class="skill-row">
<img class="chilly-img" src="images\chillies.png" alt="Chilly-img">
<h3>Red Chillies 😫</h3>
<p>Chillies are very Spicy and i like a little spiciness. I also do programming the problem solving in it is like spiciness in the development.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you like Blender and do programming.</h3>
<p class="contact-message">If you like Blender, do 3D or any kind of Art, else do programming and problem solving? Let's talk about that! How awesome they are. We and make art pieces.</p>
<a class="btn" href="mailto:bv200222@email.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="footer-text">© 2021 BHAVESH VISHWAKARMA.</p>
</div>
</body>
</html>