-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (100 loc) · 4.08 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sandhya Baiju</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="title.ico">
</head>
<body>
<div class="header">
<div class="logo">
<img src="images/logo.png" alt="logo" >
</div>
<div>
<nav class="navbar">
<ol>
<li class="nav-items"><a href="#about">About</a></li>
<li class="nav-items"><a href="#service">Service</a></li>
<li class="nav-items"><a href="#skills">Skills</a></li>
<li class="nav-items"><a href="#contact">Contact</a></li>
</ol>
</nav>
</div>
</div>
<div class="container" id="about">
<div class="description">
<img src="images/sandhya-modified.png" alt="Sandhya Baiju" class="dp">
<!-- <div class="description"> -->
<h1><span>01.🖐🖐I'm</span> Sandhya</h1>
<h3>DESIGNER + DEVELOPER <br>
I 💖💖 COFFEE....</h3>
<p>I'm a design minded developer <br> based in Kerala, India </p>
<button class="btn1"><a href="mailto:[email protected]">Hire Me</a></button>
</div>
</div>
<hr>
<div class="service" id="service">
<h3>02. My Services</h3>
<div class="service-row">
<img src="images/front.png" alt="Frontend Design" class="ser-imgs">
<h4>Frontend Design</h4>
<p class="ser-description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis a suscipit beatae
animi.
Vero consequatur inventore sit minima, repellat alias officia numquam ex vel aperiam?</p>
</div>
<div class="service-row">
<img src="images/code.png" alt="Web Developnemt" class="ser-imgs fl-r">
<h4>Web Developnemt</h4>
<p class="ser-description-right">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis a suscipit
beatae animi.
Vero consequatur inventore sit minima, repellat alias officia numquam ex vel aperiam?</p>
</div>
<div class="service-row">
<img src="images/backend.png" alt="Backend development" class="ser-imgs">
<h4>Backend development</h4>
<p class="ser-description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis a suscipit beatae
animi.
Vero consequatur inventore sit minima, repellat alias officia numquam ex vel aperiam?</p>
</div>
</div>
<hr>
<!-- <div class="careers">
<h3>03. Experiances</h3>
<p>Dec2018-2019 Internship at Softunique</p>
<p>2020 freelancing</p>
</div>
<hr> -->
<div class="skills" id="skills">
<h3>Here are the few Tchnologies that I know..</h3>
<ul>
<li>Html</li>
<li>Css</li>
<li>Bootstrap</li>
</ul>
<ul>
<li>JavaScript</li>
<li>Node.js</li>
<li>React.js</li>
</ul>
</div>
<hr>
<div class="contact-me" id="contact">
<h3>04. Get In Touch</h3>
<p>I’m open to work and looking for new opportunities, my inbox is always open. <br> Whether you have a question or
just want to say hi, I’ll try my best to get back to you!</p>
<button class="btn"><a href="mailto:[email protected]">Say Hello</a></button>
</div>
</div>
<hr>
<div class="bottom-container">
<a class="footer-link " href="https://www.linkedin.com/">Linkedin</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.github.com/">Github</a>
<a class="footer-link" href="https://www.dribble.com/">Dribble</a>
<p>© Sandhya Baiju.</p>
</div>
</body>
</html>