-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (194 loc) · 11.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
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
<!DOCTYPE html>
<html>
<head>
<title>TT</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/web.css">
<link href="https://fonts.googleapis.com/css?family=Lalezar" rel="stylesheet">
</head>
<body>
<nav class="navbar fixed-top navbar-dark navbar-expand-lg " id="mainNavbar">
<div class="container ">
<!--for mobile versions hamburger -->
<a class="navbar-brand" href="index.html"><img src="images/tt.svg" width="40"
height="40"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html#moc">Teen Titans</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#tickets">Contact Me</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Mini Projects
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="gallery.html">Image Gallery</a>
<a class="dropdown-item" href="lp.html">Landing Page</a>
<a class="dropdown-item" href="pattern.html">Patterns</a>
<a class="dropdown-item" href="moc.html">Museum Of Candy</a>
<a class="dropdown-item" href="todo.html">To-Do List</a>
<a class="dropdown-item" href="circles.html">Pat-a-tap</a>
<a class="dropdown-item" href="color.html">Color Game</a>
</div>
</li>
</ul>
<ul class="navbar-nav navbar-right">
<li class="nav-item ">
<a class="nav-link" href="signup.html">Sign Up! <i class="fas fa-user-plus"></i></a>
</li>
<li class="nav-item ">
<a class="nav-link" href="login.html">Login <i class="fas fa-user"></i></a>
</li>
</ul>
</div><!--div of navbar-collapse-->
</div><!--div of conatainer-->
</nav>
<section class="container-fluid px-10% sect " >
<div class="row align-items-center align-self-center justify-content-top rounded" id="caro">
<a class="carousel-control-next col-1" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<div class="col-10 justify-content-center " id="col6">
<div class="row align-items-center justify-content-center">
<div class="col-md-5 justify-content-cente px-150">
<div class="col-12 col-lg-6 justify-content-center px-0 py-0">
<div id="carouselExampleIndicators" class="carousel slide " data-ride="carousel" style="width: 300px; height: 400px; margin: 0 auto">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block img-fluid width: auto height: auto rounded" src="images/strawhatgirl.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid width: auto height: auto rounded" src="images/oranges.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block img-fluid width: auto height: auto rounded" src="images/staircase.png" alt="Third slide">
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 justify-content-cente d-none d-lg-block px=0">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" style="width: 500px; height: 300px; margin: auto">
<div class="carousel-inner">
<div class="carousel-item active">
<h1 id="head">WELCOME! <i class="fas fa-dragon"></i></h1>
<p>Welcome to KAVRYO print shop. You can check out and buy prints from the Print Gallery. Thanks for your support. Do share your purchase and tag me so that i can check it out. Again HUGE THANKS for your support! </p>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev col-1 " href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!--div of row1-->
<!-- <div class="row justify-content-between ">
<div class="col-3 d-none d-md-inline align-items-center">
<div class="card py-0" id="card">
<img class="card-img-top img-fluid" src="images/p1.jpg" alt="" id="cardimg">
<div class="card-body py-3">
<a href="#" class="btn btn-outline-success btn-small d-none d-lg-inline">Download</a>
<a href="#" class="btn btn-outline-danger btn-small ml-2 d-none d-lg-inline"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
<div class="col-3 d-none d-md-inline align-items-center">
<div class="card py-0" id="card">
<img class="card-img-top img-fluid" src="images/p2.jpg" alt="" id="cardimg" >
<div class="card-body py-3">
<a href="#" class="btn btn-outline-success btn-small d-none d-lg-inline">Download</a>
<a href="#" class="btn btn-outline-danger btn-small ml-2 d-none d-lg-inline"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
<div class="col-3 d-none d-md-inline align-items-center">
<div class="card py-0" id="card" >
<img class="card-img-top img-fluid" src="images/p3.jpg" alt="" id="cardimg">
<div class="card-body py-3">
<a href="#" class="btn btn-outline-success btn-small d-none d-lg-inline">Download</a>
<a href="#" class="btn btn-outline-danger btn-small ml-2 d-none d-lg-inline"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
</div>
</div> -->
</section>
<section class="container-fluid px-0 ">
<div class="row align-items-center content subsect" id="moc">
<div class="col-md-6 text-center">
<div class="row justify-content-center">
<div class="col-10 col-lg-8 blurb mb-5 mb-md-0">
<h2 id="head">TEEN TITANS</h2>
<img src="images/pr.png" width="60" height="60" class="d-none d-lg-inline" id="picon" alt="">
<p class="lead" id="para"> It's basically a website where you can share your digital artwork.I've named it based on my favourite tv show i.e teen titans also the images used are by me and the login bg image is by ross draws. I've also attached some mini projects that helsped me understand concepts like grid and flexbox. It was really fun to do those projects. End results were actually boosting my confidence.</p>
</div>
</div>
</div>
<div class="col-md-6">
<img src="images/kitsunemaskgirl.jpg" class="img-fluid" alt="" id="picos" style="border: 3px solid rgb(126, 215, 214)">
</div>
</div>
<div class="row align-items-center content sect "id="about">
<div class="col-md-6 text-center order-1 order-md-2">
<div class="row justify-content-center">
<div class="col-10 col-lg-8 blurb mb-5 mb-md-0">
<h2 id="head">ABOUT</h2>
<img src="images/pb.png" width="60" height="60" class="d-none d-lg-inline" id="picon" alt="">
<p class="lead" id="para"> I've already told you what's it about so let me tell you about the mini projects. basically there were many mini projects along the journey. Like landing pages and galleries. Each one was uselful in understanding the concepts of bootstrap and how things work.</p>
</div>
</div>
</div>
<div class="col-md-6 order-2 order-md-1">
<img src="images/strawhatgirl.png" class="img-fluid " alt="" id="picos" style="border: 3px solid rgb(242, 165, 49);">
</div>
</div>
<div class="row align-items-center content subsect" id="tickets">
<div class="col-md-6 text-center">
<div class="row justify-content-center">
<div class="col-10 col-lg-8 blurb mb-5 mb-md-0 ">
<h2 id="head">CONTACT</h2>
<img src="images/pal.png" class="d-none d-lg-inline" width="60" height="60" id="picon" alt="">
<p class="lead" id="para"> Email : [email protected] <br> Instagram : <a href="https://www.instagram.com/kavryo/">View Insta</a> <br> Github : <a href="https://github.com/Kavryo">View Github</a></p>
</div>
</div>
</div>
<div class="col-md-6">
<img src="images/staircase.png" class="img-fluid" alt="" id="picos" style="border: 3px solid rgba(245, 117, 143, 0.8);">
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script type="text/javascript">
$(function(){
$(document).scroll(function()
{
var $nav = $("#mainNavbar");
$nav.toggleClass("scrolled", $(this).scrollTop() > $nav.height());
});
});
</script>
</body>
</html>