-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
233 lines (233 loc) · 14.9 KB
/
project.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Images/logo">
<title>Projects</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Nav Bar -->
<div class="container">
<div class="row">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html">
<img src="Images/logo" alt="logo">
</a>
<button class="navbar-toggler " type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon justify-content-end"></span>
</button>
<div class="collapse text-center navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" style="color: #bb83a7;" href="index.html" onMouseOver="this.style.color='#421b38'"
onMouseOut="this.style.color='#bb83a7'">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " style="color: #bb83a7;" href="about.html" onMouseOver="this.style.color='#421b38'"
onMouseOut="this.style.color='#bb83a7'">About</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: #bb83a7;" href="services.html" onMouseOver="this.style.color='#421b38'"
onMouseOut="this.style.color='#bb83a7'">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: #bb83a7;" href="experience.html" onMouseOver="this.style.color='#421b38'"
onMouseOut="this.style.color='#bb83a7'">Experiences</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: #bb83a7;" href="project.html" onMouseOver="this.style.color='#421b38'"
onMouseOut="this.style.color='#bb83a7'">Projects</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<section id="projects">
<div class="container">
<div class="text-center project-head" data-aos="fade-up" data-aos-duration="1000">
<h1>Projects</h1>
</div>
<div class="all-items" data-aos="fade-up" data-aos-duration="1000">
<div class="item">
<div class="left">
<div class="img">
<img src="Images/website.jpg" alt="she logo">
</div>
</div>
<div class="right">
<h2 class="project-title">Netflix Clone</h2>
<p class="description">
A netflix clone developed using React.js.
</p>
<div class="buttons">
<a href="https://netflixclone-react.herokuapp.com/" target="_blank" class="primary-btn outline">Preview <i class="fas fa-external-link-alt" style="margin-left: 0.5rem;"></i></a>
</div>
</div>
</div>
<div class="item">
<div class="left">
<div class="img">
<img src="Images/website.jpg" alt="she logo">
</div>
</div>
<div class="right">
<h2 class="project-title">Mentor.ly</h2>
<p class="description">
This website is built as part of a 48 hours hackathon conducted by TinkerHub WIT.
Mentor.ly is a website that automates this functionality for WIT by helping users connect with the mentors of their choice by booking sessions online.
</p>
<div class="buttons">
<a href="http://mentorly.pythonanywhere.com/" target="_blank" class="primary-btn outline">Preview <i class="fas fa-external-link-alt" style="margin-left: 0.5rem;"></i></a>
</div>
</div>
</div>
<div class="item">
<div class="left">
<div class="img">
<img src="Images/myweb.jpg" alt="she logo">
</div>
</div>
<div class="right">
<h2 class="project-title">Photography Website</h2>
<p class="description">
A photography website built using Html, CSS, Js, Bootstrap as frontend, and Django as backend. This website has add photos, add videos, edit photos, edit videos, show messages sent by clients functionalities.
</p>
<div class="buttons">
<a href="https://sreeragrm.pythonanywhere.com/" target="_blank" class="primary-btn outline">Preview <i class="fas fa-external-link-alt" style="margin-left: 0.5rem;"></i></a>
</div>
</div>
</div>
<div class="item">
<div class="left">
<div class="img">
<img src="Images/she.jpg" alt="she logo">
</div>
</div>
<div class="right">
<h2 class="project-title">SHE GCEK Website</h2>
<p class="description">
Developed SHE GCEK Official Website using HTML,CSS,JS and Bootstrap.
</p>
<div class="buttons">
<a href="https://shegcek.github.io/" target="_blank" class="primary-btn outline">Preview <i class="fas fa-external-link-alt" style="margin-left: 0.5rem;"></i></a>
</div>
</div>
</div>
<div class="item">
<div class="left">
<div class="img">
<img src="Images/website.jpg" alt="my logo">
</div>
</div>
<div class="right">
<h2 class="project-title">My Official Website</h2>
<p class="description">
Developed my official portfolio website using HTML,CSS,JS and Bootstrap.
</p>
<div class="buttons">
<a href="https://aswathysaji.github.io/" target="_blank" class="primary-btn outline">Preview <i class="fas fa-external-link-alt" style="margin-left: 0.5rem;"></i></a>
</div>
</div>
</div>
<div class="item">
<div class="left">
<div class="img">
<img src="Images/myweb.jpg" alt="she logo">
</div>
</div>
<div class="right">
<h2 class="project-title">Event Portal</h2>
<p class="description">
Developed an Event portal with login, logout, sign up, add event, add venue, update event, update venue, search venue, register for event functionalities using Django. Working to add more functionalities.
</p>
<div class="buttons">
<a href="https://github.com/aswathysaji/Event_Portal_Django" target="_blank" class="primary-btn outline">Preview <i class="fas fa-external-link-alt" style="margin-left: 0.5rem;"></i></a>
</div>
</div>
</div>
<div class="item">
<div class="left">
<div class="img">
<img src="Images/she.jpg" alt="she logo">
</div>
</div>
<div class="right">
<h2 class="project-title">Vehicle Management System</h2>
<p class="description">
Developed Vehicle management system with login, sign up, add vehicle, update vehicle, view details of vehicle, delete vehicle and search vehicle functionalities using Django.
</p>
<div class="buttons">
<a href="https://github.com/aswathysaji/Vehicle_Management_System_Django" target="_blank" class="primary-btn outline">Preview <i class="fas fa-external-link-alt" style="margin-left: 0.5rem;"></i></a>
</div>
</div>
</div>
<div class="item">
<div class="left">
<div class="img">
<img src="Images/website.jpg" alt="my logo">
</div>
</div>
<div class="right">
<h2 class="project-title">E-Commerce website for soft toys</h2>
<p class="description">
An E-Commerce site developed as part of my internship at Little cuckoo creative marketing hub. Developed using HTML,CSS,JS and Bootstrap.
</p>
<div class="buttons">
<a href="https://aswathysaji.github.io/littlecuckoosofttoys/" target="_blank" class="primary-btn outline">Preview <i class="fas fa-external-link-alt" style="margin-left: 0.5rem;"></i></a>
</div>
</div>
</div>
<div class="item">
<div class="left">
<div class="img">
<img src="Images/myweb.jpg" alt="my logo">
</div>
</div>
<div class="right">
<h2 class="project-title">Movie Recommendation App based on our emotions.</h2>
<p class="description">
Developed a movie recommendation app as my first year mini project using HTML,CSS,Bootstrap and Flask framework.
</p>
<div class="buttons">
<a href="http://moodmovies.herokuapp.com/" target="_blank" class="primary-btn outline">Preview <i class="fas fa-external-link-alt" style="margin-left: 0.5rem;"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="social-media text-center">
<a href="https://www.facebook.com/profile.php?id=100009415915759" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/_aswathysaji_/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/aswathysaji" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/aswathy-saji-68ba47192/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="mailto:aswathy2saji@gmail.com" target="_blank"><i class="fas fa-envelope"></i></a>
</div>
<a class="btnScrollToTop hide">
<i class="fas fa-arrow-up"></i>
</a>
<footer>
<p>© Aswathy Saji | All Rights Reserved</p>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/97124b44f5.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="scroll.js"></script>
</body>
</html>