-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
157 lines (141 loc) · 6.2 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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Saniya's Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<h6 class="logo"><strong>“Experience is the name everyone gives to their mistakes.” </strong> – Oscar Wilde</h6>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/saniyafarahath/" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/Saniya327" class="icon brands fa-github"><span class="label">Github</span></a></li>
<!-- <li><a href="https://www.instagram.com/xplosivefart/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>-->
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>HI, I'M SANIYA!<br /></h1>
<p>I'm an engineer & an aspiring product manager</p>
</header>
<p>I've been interested in computer science since 2014, and worked on many different projects since then. I'm from Bangalore, India and currently based out of Texas, USA. I love working on both creative and logical problems. I'm a big people person and believe that we are the summation of our connections :) </p>
</div>
<span class="image object">
<img src="images/profilepicrock.JPG" alt="" />
</span>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Projects</h2>
</header>
<div class="posts">
<article>
<a class="image"><img src="images/programmer.jpg" alt="" /></a>
<h3>API Marketplace</h3>
<p>I was one of the contributors for a platform for subscription of APIs. It was developed Spring Boot, React and MongoDB. </p>
</article>
<article>
<a class="image"><img src="images/dbs.jpg" alt="" /></a>
<h3>Point of Sales System</h3>
<p>An SQL database management used to explore the ETL process by implementing order tracking, analytics, views, triggers, and transactions.</p>
<ul class="actions">
<li><a href="https://github.com/Saniya327/POS-System-ISTM-622" class="button">More</a></li>
</ul>
</article>
<article>
<a class="image"><img src="images/cars.jpg" alt="" /></a>
<h3>Accident Analysis</h3>
<p>An academic project built to determine the reason for a car accident making use real-time data and machine learning algorithms.</p>
<ul class="actions">
<li><a href="https://github.com/Saniya327/Driver-Analysis" class="button">More</a></li>
</ul>
</article>
<article>
<a class="image"><img src="images/android.jpg" alt="" /></a>
<h3>Dots</h3>
<p>An android project developed to digitally recreate the classic game of Dots.</p>
<ul class="actions">
<li><a href="https://github.com/Saniya327/Dots" class="button">More</a></li>
</ul>
</article>
</div>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Work Experience</h2>
</header>
<div class="features">
<article>
<span class="icon fa-gem"></span>
<div class="content">
<h3>Data Architect</h3>
<p>Develop and deploy supply chain and mission critical applications to be used in Openshift demos to showcase developing solutions around disaster recovery, secure supply chain and multi-cloud security.
</p>
</div>
</article>
<article>
<span class="icon solid fa-paper-plane"></span>
<div class="content">
<h3>Application Engineer</h3>
<p>Designed, implemented, and tested custom features on the java application for clients (Bosch, Micron, Intel) to improve productivity.</p>
</div>
</article>
<article>
<span class="icon solid fa-rocket"></span>
<div class="content">
<h3>Software Developer</h3>
<p>Designed and developed REST services using Spring Boot and implemented microservice architecture, worked extensively with JSON data and MongoDB and designed the UI.</p>
</div>
</article>
<article>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>If you found my portfolio interesting, or would like to have a quick chat about anything from work opportunities to words of wisdom or just about cats, hit me up!</p>
<ul class="contact">
<li class="icon solid fa-envelope">[email protected]</li>
<li class="icon solid fa-home">TX, USA<br /></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Untitled. All rights reserved. Demo Images: <a href="https://unsplash.com">Unsplash</a>. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>