-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (50 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Aishwarya Sharma</title>
<link rel="icon" href="A.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="intro">
<img class="cloud1" src="images/cloud.png" alt="cloud">
<h1>I'm Aishwarya</h1>
<h2>a <span class="pro">pro</span>grammer</h2>
<img class="cloud2" src="images/cloud.png" alt="cloud">
<img src="images/mountain.png" alt="mountain">
</div>
<div class="skills">
<img src="images/Aishwarya.png" alt="photo">
<h2>Hello</h2>
<p>I am a programmer.</p>
<p class="btech">I am pursuing B.Tech in Computer Science with specialization in DevOps from University of Petroleum and Energy Studies, Dehradun</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill">
<img class="programming" src="images/programming.png" alt="programming">
<h3>Programming</h3>
<p>I have good knowledge of programming languages like Python, C, C++ and Java. I have worked on different projects using these languages which can be found on the below mentioned link. And I also have basic knowledge of HTML and CSS.</p>
</div>
<div class="skill">
<img class="devops" src="images/devops.png" alt="devops">
<h3>DevOps</h3>
<p>I have worked with various DevOps tools that are used during a software delivery life cycle like Git, Maven, Jenkins, Selenium, Docker and Ansible.</p>
</div>
</div>
<div class="contact">
<h2>Get In Touch</h2>
<h3>If you love coding as much as I do.</h3>
<p>Love coding while having coffee? Let's talk about how awesome it is!<br>We can code while we have coffee! </p>
<a href="mailto:[email protected]" class="button"><strong>CONTACT ME</strong></a>
</div>
<div class="links">
<a href="https://github.com/7Aishwarya"><img class="icon" src="images/github.png">GitHub</a>
<a href="https://www.hackerrank.com/7Aishwarya"><img class="icon" src="images/hackerrank.png">HackerRank</a>
<p class="mail">[email protected]</p>
</div>
</body>
</html>