-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (55 loc) · 2.57 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
<html >
<head>
<meta charset="utf-8">
<title>SHIVANJALI</title>
<link rel="stylesheet" href="CSS\index.css">
<link rel="icon" href="favicon.ico">
<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&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud images">
<h1>
I'm Shivanjali
</h1>
<h2> a <span class="stu"> stu</span>dent.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud images">
<img src="mountain.jpg" alt="mountain images">
</div>
<div class="middle-container">
<div class="profile">
<img src="sizzu.jpg" alt="shivanjali's images">
<h2>Hello.</h2>
<p class="intro">I'm a computer science(Artificial Intelligence)student. Currently i'm learning web Development ans also a DSA enthusiast as well..</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="coding" src="coding.png" alt="coding">
<h3>Coding Skill</h3>
<p class="">when i was in the first year i started coding in C language.Currently i'm doing programming in c++ and learning web Development.</p>
</div>
<div class="skill-row">
<img class="communication" src="communication.jpg" alt="communication">
<h3>Communication Skill</h3>
<p>By having communication skill we can share or convey our message,thought process and our opinions in a very effective way.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>you want to connect me.</h3>
<p class="contact-me">Let's talk about competitive coding and boost up our coding skill .</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="LinkedIn-link" href="https://www.linkedin.com/in/shivanjali-kumari-239b3122b">LinkedIn</a>
<a class="twitter-link" href="https://twitter.com/">Twitter</a>
<a class="website-link" href="https://shivanjali11.github.io/CV/">Website</a>
<p class="copyright">© 2022 Shivanjali Kumari @KIET GROUP OF INSTIITUTIONS .</p>
</body>
</html>