-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (206 loc) · 10.5 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/90f0b90fef.js" crossorigin="anonymous"></script>
<!-- fonts -->
<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:wght@400;900&family=Montserrat:wght@100;400;800&display=swap" rel="stylesheet">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<header>
<!-- navbar -->
<nav class="nav navbar sticky-top navbar-expand-lg">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo03">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#Home">Portfolio</a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" href="#Home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Hero -->
<section id="Home">
<div class="hero bg-dark text-secondary px-4 py-5 text-center">
<div class="py-5">
<h1 class="hero-heading display-5 fw-bold text-white">Hello, I'm Sana</h1>
<div class="col-lg-6 mx-auto">
<p class="hero-text fs-5 mb-4">Full Stack Web Dev | Programmer | Designer | Learner</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<button type="button" onclick="location.href='https://www.linkedin.com/in/sanasultana004'"class="btn btn-outline-info btn-lg px-4 me-sm-3 fw-bold"><i class="fa-brands fa-linkedin"></i>LinkedIn</button>
<button type="button" onclick="location.href='mailto:[email protected]'" class="btn btn-outline-light btn-lg px-4"><i class="fa-solid fa-envelope"></i>Gmail</button>
</div>
</div>
</div>
</div>
</section>
<hr class="border">
<!-- About -->
<section id="About">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/hijab.jfif" class="about-img d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">About me.</h1>
<p class="lead">Hello World! I'm Sana Sultana, a Full-Stack Web Developer currently pursuing Btech 2nd Year. I love combinig the worlds of logic and creative design to make eye-catching, accessible and user-friendly websites. <br>I love coding, working out, cooking, exploring the world and meeting new people. </p>
<h5 style="color: blueviolet;">Alma mater</h5>
<table>
<thead>
<th>Year</th>
<th>Course</th>
<th>Place of Study</th>
</thead>
<tbody>
<tr>
<td>2021-25</td>
<td>Btech in Computer Science and Engineering</td>
<td>G. Narayanamma Institute of Technology and Science.</td>
</tr>
<tr>
<td>2019-21</td>
<td>Intermediate</td>
<td>Sri Chaitanya Junior College.</td>
</tr>
<tr>
<td>2009-19</td>
<td>Schooling</td>
<td>St. Andrew's High School.</td>
</tr>
</tbody>
</table>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
</div>
</div>
</div>
<!-- Projects -->
</section>
<section id="Projects">
<div class="container px-4 py-5" id="custom-cards">
<h2 class="pb-2 border-bottom">Projects</h2>
<a href="https://netflixon-netlify.netlify.app/">
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5">
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background: url('images/netflix.jfif') no-repeat center center/cover;">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">The Netflix Clone</h3>
</div>
</div>
</div>
</a>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background: url('images/drum.jpg') no-repeat center center/cover;">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">The Drum Kit</h3>
</div>
</div>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background: url('images/login2.png') no-repeat center center/cover;">
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">The Newsletter SignUp</h3>
</div>
</div>
</div>
</div>
</div>
<div class="container px-4 py-5" id="icon-grid">
<h2 class="pb-2 border-bottom">Check out these amazing projects</h2>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-4 py-5">
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#bootstrap"/></svg>
<div>
<h3 class="fw-bold mb-0 fs-4"><a href="">Blog Website</a></h3>
<p>HTML | CSS | JavaScript | NodeJS | EJS Templates | Express | MongoDB | Mongoose</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#cpu-fill"/></svg>
<div>
<h3 class="fw-bold mb-0 fs-4"><a href="">Weather API Project</a></h3>
<p>HTML | CSS | JavaScript | Express | API</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#calendar3"/></svg>
<div>
<h3 class="fw-bold mb-0 fs-4"><a href="">To-Do List</a></h3>
<p>HTML | CSS | JavaScript | NodeJS | EJS Templates | Express | MongoDB | Mongoose</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#home"/></svg>
<div>
<h3 class="fw-bold mb-0 fs-4"><a href="">Simon Game</a></h3>
<p>HTML | CSS | JavaScript </p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#speedometer2"/></svg>
<div>
<h3 class="fw-bold mb-0 fs-4"><a href="">Recipes Website</a></h3>
<p>HTML | CSS </p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#toggles2"/></svg>
<div>
<h3 class="fw-bold mb-0 fs-4"><a href="">Dice Challenge</a></h3>
<p>HTML | CSS | JavaScript </p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#geo-fill"/></svg>
<div>
<h3 class="fw-bold mb-0 fs-4"><a href="">TinDog Website</a></h3>
<p>HTML | CSS | JavaScript | Bootstrap</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#tools"/></svg>
<div>
<h3 class="fw-bold mb-0 fs-4"><a href="">Personal Site</a></h3>
<p>HTML | CSS | JavaScript </p>
</div>
</div>
</div>
</div>
</section>
<section id="Contact">
<h4 class="contact">I'm excited to make the leap and continue refining my skills with the right company. Drop me a line in the contact form or check me out at: </h4>
<footer class="white-section" id="footer">
<a href="https://github.com/SanaSultana1234" class="footer-logo"><i class="fa-brands fa-3x fa-github footer-icon"></i></a>
<a href="https://www.linkedin.com/in/sanasultana004" class="footer-logo"><i class="fa-brands fa-3x fa-linkedin"></i></a>
<a href="https://www.instagram.com/sana_sultana004/" class="footer-logo"><i class="fa-brands fa-3x fa-instagram footer-icon"></i></a>
<a href="mailto:[email protected]" class="footer-logo"><i class="fa-regular fa-envelope fa-3x footer-icon"></i></a>
<p>© Copyright 2022</p>
</footer>
</section>
</body>
</html>