-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (55 loc) · 2.5 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>
<head>
<meta charset="utf-8">
<title>Sarvagna Thorangal</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">"
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1><em>I'm Sarvagna.</em></h1>
<h2>a Web Designer</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img src="mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="SarvaImageCropped.png" alt="">
<h2>Hello There!.</h2>
<p class="intro">I'm Sarvagna and I love to do Karate, Keyboard, Code and MANY other things!. I am a 7th Grader who is studying in Silver Oaks International School In Hyderabad, India. I've learnt basic coding through WhiteHat JR and Also learnt 0.001% of HTML. I learnt the rest HTML using Udemy. "The Complete 2021 Web Develepment Bootcamp My Ms.Angela</p>
</div>
<hr>
<div class="skills">
<h3>My Competence.</h3>
</div>
<div class="skill-row">
<img class="fav-img" src="fav.png" alt="">
<h3>Fav Pastime</h3>
<p>I love to play and do karate and keyboard and also Love to code HTML, Create Websites etc on the web! and also love coding!
</p>
</div>
<div class="skill-row">
<img class="skillsori-img" src="skillsori.png" alt="">
<h3>My Skills</h3>
<p class="code-skill-descripton">Karate,keyboard,coding,gaming and many more! I also love and have a skill of YouTube and I also have a channel called ZYROME GAMING on YouTube! Please go subscribe to that channel!</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>My Gmail- sarvagnathorangal@gmail.com or you can also contact me on rygarff@gmail.com.</h3>
<p>STAY COOL! If You are unable to access or click the link below, message me on ↑</p>
<a class="btn" href="mailto:sarvagnathorangal@gmail.com">CONTACT ME</a>
</div>
<div>
<div class="bottom-container">
<a class="footer-link" href="https://bit.ly/3fPjndp">My Channel</a>
<a class="footer-link" href="https://www.youtube.com/watch?v=_c8jGVUPHM4">My Video</a>
<a class="footer-link" href="https://sarvagna-713.github.io/cv/">Old Website</a>
<p class="copyrightop">© 2021 SARVAGNA THORANGAL</p>
</div>
</body>
</html>