-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (53 loc) · 2.19 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
<!-- edited version1 -->
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sagar</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon (4).ico">
<link href="https://fonts.googleapis.com/css?family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="top-cloud"src="images\cloud.png" alt="cloud-img">
<h1>I'm Sagar.</h1>
<p class="p">a <span class="pro">Pro</span>grammer </p>
<img src="images\mountain.png" alt="mountain-img">
</div>
<div class="middle">
<div class="profile">
<img class="my-img" src="https://pbs.twimg.com/profile_images/718003720617742336/WHDRhwA1_400x400.jpg" alt="sagar-img">
<h2>Hello.</h2>
<p class="intro">This is my first css website i think its not that bad! </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="https://image.flaticon.com/icons/svg/1383/1383413.svg" alt="coding-img">
<h3>These are my skills.</h3>
<p>Some of them are more useful skills.the best part of this is css styleing which can change the overall look of a page.</p>
</div>
<div class="skill-row">
<img class="computer-img"src="images\computer.png" alt="computer-img">
<h3>computer skills </h3>
<p>my best skill is actually computing the difficult things easier.i am good at finding error or debugging.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch.</h2>
<h3>for any more details.</h3>
<p class="details">dont esitate to ask for more details,i am always available.</p>
<a class="btn" href="contact.html">CONTACT ME</a>
</div>
</div>
<div class="bottom">
<a class="footer-link" href="https://twitter.com/@GautamSagar999">Twitter</a>
<a class="footer-link" href="https://www.facebook.com/profile.php?id=100004228571600">Facebook</a>
<a class="footer-link" href="https://www.instagram.com/gautamsagar99/">Instagram</a>
<p class="copy-right">copyrights to Gautam sagar Mallela</p>
</div>
</body>
</html>