-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·251 lines (228 loc) · 11 KB
/
index.html
File metadata and controls
executable file
·251 lines (228 loc) · 11 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
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
<!DOCTYPE html>
<!--
Developed by: Swetha Devi D
Contact : swetha96devi@gmail.com
Built for : NIIT Stackroute trainee UI Web
Date : 11/12/2018
Files : index.html,about.html,contact.html,achieve.html, css/style.css,img/images(13 images)
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="Portfolio" content="A Portfolio webpage using the bootstrap this is the main Page the">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Swetha Devi Portfolio Website</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- custom styles (optional) -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- header -->
<header>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-dark primary-color fixed-top">
<div class="container">
<!-- Navbar brand -->
<a class="navbar-brand" href="#">
<img src="img/profile.jpg" height="30" alt="mdb logo">
</a>
<!-- Collapse button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#basicExampleNav"
aria-controls="basicExampleNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapsible content -->
<div class="collapse navbar-collapse" id="basicExampleNav">
<!-- Links -->
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="about.html">About
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="achieve.html">Achievements</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<!-- Dropdown -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Contact_Swetha</a>
<div class="dropdown-menu dropdown-primary" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="https://github.com/swethadevi">Github</a>
<a class="dropdown-item" href="https://boeing-wave-3.slack.com/messages/DEKPYDXPV/team/UEL3E6AUD/">Slack</a>
<a class="dropdown-item" href="https://mail.google.com/mail/u/0/#inbox">Gmail</a>
</div>
</li>
</ul>
<!-- Links -->
<form class="form-inline">
<div class="md-form my-0">
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
</div>
</form>
</div>
<!-- Collapsible content -->
</div>
</nav>
<!--/.Navbar-->
</br>
</br>
<!-- Background image mask -->
<div id="intro" class="view hm-black-strong">
<div class="container-fluid full-bg-img d-flex align-items-center justify-content-center">
<div class="row d-flex justify-content-center">
<section class="as">
<div class="col-md-10 text-center" >
<!-- Heading -->
<h2 class="display-4 font-bold white-text mb-2">SWETHA DEVI D</h2>
<!-- Divider -->
<hr class="hr-light">
<!-- Description -->
<h4 class="white-text my-4">Welcome to my Portfolio !!! Explore My profile,Thank you!</h4>
<button type="button" class="btn btn-outline-white">Explore Portfolio<i class="fa fa-book ml-2"></i></button>
</div>
</section>
</div>
</div>
</div>
</header>
<!-- main -->
<main class="mt-5">
<div class="contaier">
<!-- Section container Using the Flex property of bootstrap-->
<section id="About" class="text-center">
<h2 class="mb-4 font-weight-bold">About</h2>
<div class="row d-flex justify-content-center mb-4">
<article>
<p>I'm an young graduated student and now im working in boeing company always interested and passionate about the creative things. Success a major factor that i always wish for. PES university my stepping stone to succes who alwayz motivated me and made the person who i am today.Wishing all the best for all of you.</p>
</article>
</div>
</div>
<!-- This section describes the various Projects that i have undertaken -->
<!-- Row Grid -->
<h3 class="text-uppercase mb-3 mt-1 font-weight-bold wow fadeIn indigo-text font-weight-bold text-center" data-wow-delay="0.4s">Projects Undertaken</h3>
<div class="row">
<!-- column grid -->
<div class="col-md-4 md-4" class="text-center" >
<i class="fa fa-address-card fa-4x orange-text"></i>
<h4 class="my-4 font-weight-bold">Machine Learning Project</h4>
<article>
<p>Machine Learning Based "IMAGE DESCRIPTION USING CNN": This is a Machine Learning project. In this project given an input image it transfers it into a English language textual description. we have used the CNN for the object recognition and have made it possible to extract high level image information. We have implemented the model of VGG16,this model is used for prediction and feature extraction. he given code. Technologies : CNN,VGG16,Python</p>
</article>
</div>
<div class="col-md-4 md-4">
<i class="fa fa-address-book fa-4x orange-text"></i>
<h4 class="my-4 font-weight-bold">Web Technology Project</h4>
<article>
<p>Web Tech based "LIVE CRICKET SCORE UPDATE" This is a Website exclusively for the game of cricket , website using AJAX ,JavaScript, jQuery ,Web service(API) for front-end and used PHP for back-end. Ajax techniques are used to make requests to the server. We built a real time Cricket score and Commentary updating site which also gives information about the schedules, past records and events with current news. Designed UI using bootstrap to navigate to support all platforms</p>
</article>
</div>
<div class="col-md-4 md-4">
<i class="fa fa-cloud-upload fa-4x orange-text"></i>
<h4 class="my-4 fonts-weight-bold">DATABASE Project</h4>
<article>
<p>DBMS based "HOSPITAL MANAGEMENT":This is a DBMS based project where in this we maintained the hospital details, patient records in a database. MySQL is used where the hospital details, patients record are stored in the database. The database is controlled over the server using the PHP in the backend, and Html in the User Interface</p>
</article>
</div>
</div>
</section>
<!-- Section for the different colleges i have studied -->
<hr class="my-5">
<section id="Projects">
<div class="row">
<div class="col-lg-4 col-md-12 mb-4">
<div class="view overlay hm-white-slight z-depth-1-half">
<img src="img/pes.jpg" class="img-fluid" alt="PES college">
<div class="mask"></div>
</div>
<h4 class="my-4 font-weight-bold">PES UNIVERSITY</h4>
<p>PES university top 6th Enginnering college in India.I completed my B.Tech and graduated from this Institute its the best Place for the Better future.Its the Best Educational Institute </p>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="view overlay hm-white-slight z-depth-1-half">
<img src="img/sjp.jpg" class="img-fluid" alt="PES college">
<div class="mask"></div>
</div>
<h4 class="my-4 font-weight-bold">SJP Polytechnic</h4>
<p>This is the Diploma Polytechnic College:I completed my diploma in computer science from this institute.Got good Practical knowledge on various aspects of programming language and computer skills.</p>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="view overlay hm-white-slight z-depth-1-half">
<img src="img/joseph.jpeg" class="img-fluid" alt="st josephs school">
<div class="mask"></div>
</div>
<h4 class="my-4 font-weight-bold">St.Josephs Convent</h4>
<p> I did my schooling at St.Josephs' Convent. My school motto is "Always Our Best". Everytime i read this motto it inspires me on all aspects and it really motivated me to achieve my Goals. </p>
</div>
</div>
</section>
</div>
</main>
<!-- footer .The end of the page-->
<footer class="page-footer font-small cyan darken-3">
<!-- Footer Elements -->
<div class="container">
<!-- Grid row-->
<div class="row">
<!-- Grid column -->
<div class="col-md-12 py-5">
<div class="mb-5 flex-center">
<!-- Facebook -->
<a class="fb-ic" href="https://www.facebook.com/profile.php?id=100010341586611">
<i class="fa fa-facebook fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic" href="https://twitter.com/swethadevid">
<i class="fa fa-twitter fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
<!-- Google +-->
<a class="gplus-ic" href="https://plus.google.com/u/0/111153200301353874531">
<i class="fa fa-google-plus fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
<!--Linkedin -->
<a class="li-ic"href="https://github.com/swethadevi">
<i class="fa fa-linkedin fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
<!--Instagram-->
<a class="ins-ic">
<i class="fa fa-instagram fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
</a>
<!--Pinterest-->
<a class="pin-ic">
<i class="fa fa-pinterest fa-lg white-text fa-2x"> </i>
</a>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2018 Copyright | Swetha Devi D
</div>
</footer>
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
</body>
</html>