-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
199 lines (186 loc) · 9.93 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Jhansi - Portfolio</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/portfolio.css" />
</head>
<body id="servicesPage">
<div class="parallax-window" data-parallax="scroll" data-image-src="img/bg.png">
<div class="container-fluid">
<div class="row tm-brand-row">
<div class="col-lg-4 col-11">
<div class="tm-brand-container tm-bg-white-transparent">
<img src="img/logo.png" style="border-radius:50%">
<div class="tm-brand-texts">
<h1 class="text-uppercase tm-brand-name">Jhansi</h1>
<p class="small">Subhash</p>
</div>
</div>
</div>
<div class="col-lg-8 col-1">
<div class="tm-nav">
<nav
class="navbar navbar-expand-lg navbar-light tm-bg-white-transparent tm-navbar">
<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"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item green-highlight active">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="#">Portfolio <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="others.html">Others</a>
</li>
<li class="nav-item">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<section class="row" id="tmServices">
<div class="col-12">
<div class="parallax-window tm-services-parallax-header"
data-parallax="scroll"
data-z-index="101"
data-image-src="img/projects.png">
<div class="tm-bg-black-transparent text-center tm-services-header">
<h2 class="text-uppercase tm-services-page-title">My Projects</h2>
<p class="tm-services-description mb-0 small">
Here are some of my educational and personal projects. <br>
I am constantly learning and growing, so this page might have frequent updates. <br>
</p>
</div>
</div>
</div>
<div class="col-12 tm-tabs-container">
<div class="tm-tab-links">
<ul class="tabs clearfix" data-tabgroup="first-tab-group">
<li><a href="#tab1" class="active">
<div class="icon-wrap"><i class="fas fa-2x fa-user"></i></div>
UI Application
</a></li>
<li><a href="#tab2" class="">
<div class="icon-wrap"><i class=" fa-2x material-icons">computer</i></div>
Web Development
</a></li>
<li><a href="#tab3" class="">
<div class="icon-wrap"><i class="fas fa-2x fa-mobile-alt"></i></div>
Mobile Apps
</a></li>
</ul>
</div>
<div class="tm-tab-contents">
<div id="first-tab-group" class="tabgroup">
<div id="tab1">
<div class="text-content">
<h3 class="tm-service-tab-title">C#</h3>
<p class="tm-service-tab-p">This is a fun UI application for fifth grade kids to solve math problems.
</p>
<p class="mb-0">
The application prompts the user to enter the basic detaiils like how many times the user wants to play
before the game is over and the highest number upto which the user wants to calculate. Added cool image
pop-ups upon right and wrong answers and a greeting once the game is over.
</p>
<div class="learn-more-button">
<a href="https://github.com/nik1598/CIS366" class="btn btn-floating btn-lg btn-so">Learn More</a>
</div>
</div>
</div>
<div id="tab2">
<div class="text-content">
<h3 class="tm-service-tab-title">HTML, CSS</h3>
<p class="tm-service-tab-p">These are front-end projects- one about myself and is my portfolio with fun animations.
</p>
<p class="mb-0">
Developed a set of webpages that describe about myself using various HTML elements. Developed and included CSS files in the
projects to make them look presentable. Portfolio project is based primarily on Bootstrap4 and is hosted in AWS.
</p>
<div class="learn-more-button">
<a href="https://github.com/nik1598/CIS-370" class="btn btn-floating btn-lg btn-so">About Me Project</a>
</div>
<div class="learn-more-button">
<a href="https://github.com/nik1598/Portfolio" class="btn btn-floating btn-lg btn-so">Portfolio Website</a>
</div>
</div>
</div>
<div id="tab3">
<div class="text-content">
<h3 class="tm-service-tab-title">Java, XML, SQLite</h3>
<p class="tm-service-tab-p">This is an Android Studio application to adopt pets.
</p>
<p class="mb-0">
Developed a mobile application using Android Studio UI and XML for the front-end, Java for the back-end, and SQLite for
database. User will be able to choose a pet available in the database and be able to look at their details. Database is
updated right away if they adopt a pet.
</p>
<div class="learn-more-button">
<a href="https://github.com/nik1598/CIS-362" class="btn btn-floating btn-lg btn-so">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$(function(){
$('.tabgroup > div').hide();
$('.tabgroup > div:first-of-type').show();
$('.tabs a').click(function(e){
e.preventDefault();
var $this = $(this),
tabgroup = '#'+$this.parents('.tabs').data('tabgroup'),
others = $this.closest('li').siblings().children('a'),
target = $this.attr('href');
others.removeClass('active');
$this.addClass('active');
$(tabgroup).children('div').hide();
$(target).show();
// Scroll to tab content (for mobile)
if($(window).width() < 992) {
$('html, body').animate({
scrollTop: $("#first-tab-group").offset().top
}, 200);
}
})
});
</script>
</body>
</html>