-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (52 loc) · 2.25 KB
/
index.html
File metadata and controls
54 lines (52 loc) · 2.25 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Sandra S S</title>
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-image">
<h1>I'm Sandra</h1>
<h2>a web developer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img src="images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-image" src="images/profile.jpg" alt="profile-image">
<h2><b>Hello.</b></h2>
<p class="intro">I am Sandra S S.My friends call me sandy , sachu .I love to design and develop web.</p>
</div>
<hr>
<div class="skills">
<h2><b>My Skills.</b></h2>
<div class="skill-row">
<img class="skills-image" src="images/skills.gif" alt="skills-image">
<h3>Design & Development </h3>
<p>I have a passion for designing and developing websites.I joined in my college inorder to make my own website.I have gained a wealth of experience in design and developing website</p>
</div>
<div class="skill-row">
<img class="chocolate-image" src="images/chocolate.gif" alt="chocolate-image">
<h3>Chocolate Challenge</h3>
<p>But my best skill is eating chocolate.I am the undispute queen of eating chocolate.I love every food which contains chocolate.I am a choco psycho!!</p>
</div>
</div>
<hr>
<a href="#" class="CONTACT_ME"></a>
<h2>Get In Touch</h2>
<h3>I have talked about me.Lets talk about you.</h3>
<p class="contact-message">Love chocolate as much I do? We can code while we eat chocolate!</p>
<a href="mailto:someone@example.com" class="myButton">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/sandra-s-s-980a45175/">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/profile.php?id=100012656294690">Facebook</a>
<a class="footer-link" href="https://www.instagram.com/farrenbrat/">Instagram</a>
<p class="copy-right">© 2021 Sandra S S</p>
</div>
</body>
</html>