-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (265 loc) · 10.3 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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!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" />
<meta
name="description"
content="Portfolio website of Sayeda Chattopadhyay"
/>
<title>Personal portfolio of Sayeda Chattopadhyay</title>
<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=Poppins:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<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=Peralta&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/bdb94ef7c7.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="css/all.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/media.css" />
</head>
<body>
<header>
<div class="logo-container">
<a href="#main-Conatiner" class="logo">S</a>
</div>
<div class="menu" id="menu">
<i class="fa-solid fa-bars menu-link" id="open-menu"></i>
</div>
<nav class="stroke" id="main-nav">
<div class="close">
<i class="fa-solid fa-xmark close"></i>
</div>
<ul>
<li><a href="#main-Conatiner">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main id="main-Conatiner">
<div class="header-text" id="header-text">
<h3>Hi, I am <span>Sayeda</span></h3>
<h1>UX designer & Frontend Developer</h1>
<p>A lifelong learner in love with everything fancy</p>
<div><a href="#projects" class="cta">See my works</a></div>
</div>
<!---------- about ------->
<div id="about">
<div class="about-content">
<h1 class="sub-title">About me</h1>
<p>
I am passionate UX designer and front end developer in love with
user friendly and responsive designs. I also design logos and
illustrations. I am ambitious and a lifelong learner always looking
forward to learning new tools and tricks. I have developed several
websites and designed mobile apps.
</p>
</div>
</div>
<!---------- Skills ------->
<div class="skills-section">
<div class="about-row">
<div class="column-left">
<div class="icon-container">
<i class="fa-solid fa-layer-group ikon"></i>
</div>
<h1 class="skill-heading">Designer</h1>
<p class="skill-text">
I admire simple user centric design ensuring responsive, effective
and efficient interactions.
</p>
<h2 class="skill-para">I love designing:</h2>
<p>UX, UI, Web, Apps, Logos</p>
<h2 class="tools-heading">Design Tools:</h2>
<ul>
<li>Figma</li>
<li>Adobe XD</li>
<li>Adobe Photoshop</li>
<li>Font Awesome</li>
</ul>
</div>
<div class="column-right">
<div class="icon-container">
<i class="fa-solid fa-code ikon"></i>
</div>
<h1 class="skill-heading">Frontend Developer</h1>
<p class="skill-text">
I like giving life to my beautiful designs.
</p>
<h2 class="skill-para">I like to code in:</h2>
<p>HTML, CSS, JavaScript</p>
<h2 class="tools-heading">Developer Tools:</h2>
<ul>
<li>Visual Studio Code</li>
<li>Github</li>
<li>WordPress</li>
</ul>
</div>
</div>
</div>
<!--------- My Recent projects -->
<div id="projects">
<div class="project-container">
<h1 class="work-heading">My Recent projects</h1>
<p>
Some of my recent student projects are shown here. Follow the link
to see the projects. Feel free to contact me for queries and
suggestions.
</p>
<div class="project-list">
<div class="project">
<img src="images/blog-website.png" alt="image of blog website" />
<div class="layer">
<h2>My Baking Desire</h2>
<p>This was my exam project for first year.</p>
<p>Welcome to the baking and dessert blog.</p>
<div class="tooltip github">
<span class="tooltipText">github</span>
<a
href="https://github.com/Noroff-FEU-Assignments/project-exam-1-sayeda-chattopadhyay.git"
><i class="fa-brands fa-github"></i
></a>
</div>
<div class="tooltip live">
<span class="tooltipText">website</span>
<a href="https://poetic-dusk-59ba87.netlify.app"
><i class="fa-solid fa-globe"></i
></a>
</div>
</div>
</div>
<div class="project">
<img
src="images/museum.png"
alt="image of community science museum website"
/>
<div class="layer">
<h2>Community Science Museum</h2>
<p>This was my first semester project.</p>
<p>
The websites focus is to be informative and appealing to the
youngsters.
</p>
<div class="tooltip github">
<span class="tooltipText">github</span>
<a
href="https://github.com/sayeda-chattopadhyay/The-Community-Science-Museum.git"
><i class="fa-brands fa-github"></i
></a>
</div>
<div class="tooltip live">
<span class="tooltipText">website</span>
<a href="https://dreamy-curran-2df551.netlify.app"
><i class="fa-solid fa-globe"></i
></a>
</div>
</div>
</div>
<div class="project">
<img
src="images/rainy days.png"
alt="image of rainydays website"
/>
<div class="layer">
<h2>Rainy Days</h2>
<p>This was my cross course project</p>
<p>
The website is simple and intuitive for the costomers to buy
jackets for all season types.
</p>
<div class="tooltip github">
<span class="tooltipText">github</span>
<a
href="https://github.com/sayeda-chattopadhyay/rainydays-main.git"
><i class="fa-brands fa-github"></i
></a>
</div>
<div class="tooltip live">
<span class="tooltipText">website</span>
<a href="https://lighthearted-jelly-31f0d8.netlify.app"
><i class="fa-solid fa-globe"></i
></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!------------Contact me----------- -->
<div id="contact">
<div class="contact-container">
<div class="contact-row">
<div class="contact-left">
<h1>Contact Me</h1>
<p><i class="fa-solid fa-paper-plane"></i>[email protected]</p>
<div class="social-icons">
<a href="mailto: [email protected]"
><i class="fa-regular fa-envelope"></i
></a>
<a
href="https://www.linkedin.com/in/sayeda-chattopadhyay-7b33ba156/"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="https://github.com/sayeda-chattopadhyay"
><i class="fa-brands fa-github"></i
></a>
</div>
<a href="images/Sayeda_CV.pdf" download class="btn btn-download"
>Download CV
</a>
</div>
<!------------Contact form----------- -->
<div class="contact-right">
<form action="" id="submit-to-google-sheet" class="contact-form">
<label for="name">Name (required)</label>
<input type="text" name="name" id="name" />
<div class="input-error" id="name-error">
Your name should be more than 6 characters long
</div>
<label for="email">Email (required)</label>
<input type="email" name="email" id="email" />
<div class="input-error" id="email-error">
Please enter a valid email address.
</div>
<label for="subject">Subject(minimum 16 characters)</label>
<input type="text" name="subject" id="subject" />
<div class="input-error" id="subject-error">
Your subject must have a minimum of 16 characters.
</div>
<label for="message"
>How can we help you(minimum 26 characters)</label
>
<textarea name="message" id="message" rows="6"></textarea>
<div class="input-error" id="message-error">
Your message must have a minimum of 26 characters.
</div>
<button class="btn btn-submit">Submit</button>
</form>
<div class="success-message" id="success-message"></div>
</div>
</div>
</div>
</div>
</main>
<footer>
<a href="#" class="footer-content">
All rights reserved 2022 © Sayeda Portfolio
</a>
</footer>
<script src="js/contact.js"></script>
<script src="js/hamburger.js"></script>
</body>
</html>