-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (53 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Vibali Joshi</title>
<link rel="stylesheet" href="C:\Users\91759\Documents\Web Development\CSS\styles.css">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="cloud-top" src="Images/cloud.png" alt="cloud-img">
<h1>I'm Vibali.</h1>
<h2 style="font-weight: normal"><em>I am trying to make stories in my mind...</em></h2>
<img class="cloud-bottom"src="Images/cloud.png" alt="cloud-img">
<img src="Images/mountain.png" alt="mount-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="https://image.flaticon.com/icons/svg/1065/1065493.svg" style="width:7em; height:10em;"alt="This-is-how-I-want-to-look">
<h2>Hey wanderer!</h2>
<p>☘️ I am a vivid imaginative person, who likes to create stories and plots over anything to make it fun ☘️</p>
</div>
<hr>
<div class="skills">
<h2>You can say these are My Skills..</h2>
<div class="skill-row">
<img class="round thinking" src="https://media.giphy.com/media/26BoEeFJkz2eZUBcQ/giphy.gif" alt="lets think">
<h3>Everything is a story</h3>
<p>What ever you see isn't only an object it is so much more than that, it speaks it's own language which I love to understand</p>
</div>
<div class="skill-row">
<br>
<img class="cpp"src="https://image.flaticon.com/icons/svg/29/29115.svg"alt="What I code ">
<h3>I love to understand myself by coding</h3>
<p >Coding is my favourite hobby, it has so many elements to write a story on! Adding to that my encoding what my brain thinks into a code (C++, C) blows my mind</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love to fanatize code as I do!</h3>
<p>Help me expand my imagination by taking me to yours..</p><br>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/vibalijoshi/">Instagram</a>
<a class="footer-link" href="https://twitter.com/VibaliJoshi">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="copyright">© 2020 Vibali Joshi.</p>
</div>
</body>
</html>