Skip to content

Commit df518d9

Browse files
committedJan 25, 2020
third commit
1 parent b4701b3 commit df518d9

File tree

6 files changed

+44
-34
lines changed

6 files changed

+44
-34
lines changed
 

‎css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ html,body{
2626
padding-right: 50px;
2727
}
2828
.nav-link{
29-
color: rgb(255,0,0)!important;
29+
color: #e71952!important;
3030
transition-duration: .8s;
3131
/* font-size: 1.1rem !important; */
3232
}

‎img/img1-01.jpg

472 KB
Loading

‎img/slider 1-01.jpg

480 KB
Loading

‎index.html

+26-25
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<a href="#" class="nav-link">What SiNext?</a>
4242
</li>
4343
<li class="nav-item wow fadeInRight">
44-
<a href="" class="nav-link">About Us</a>
44+
<a href="#about" class="nav-link">About Us</a>
4545
</li>
4646
</ul>
4747
</div>
@@ -55,31 +55,31 @@
5555
<div class="carousel slide" data-ride="carousel" id="carouselExampleControls">
5656
<div class="carousel-inner">
5757
<div class="carousel-item active">
58-
<img src="./img/2.jpg" alt="Carousel Image">
58+
<img src="./img/slider 1-01.jpg" alt="Carousel Image">
5959
<div class="carousel-caption">
60-
<h2>Layout</h2>
60+
<!-- <h2>Layout</h2>
6161
<h3>Demo Layout</h3>
62-
<button class="btn btn-primary btn-lg" type="button">Learn More</button>
62+
<button class="btn btn-primary btn-lg" type="button">Learn More</button> -->
6363
</div>
6464
</div>
65-
<div class="carousel-item">
66-
<img src="./img/2.jpg" alt="Second Image">
65+
<!-- <div class="carousel-item">
66+
<img src="./img/img1-01.jpg" alt="Second Image">
6767
<div class="carousel-caption">
6868
<h2>Layout</h2>
6969
<h3>Demo Layout</h3>
7070
<button class="btn btn-primary btn-lg" type="button">Learn More</button>
7171
</div>
72-
</div>
73-
<div class="carousel-item">
72+
</div> -->
73+
<!-- <div class="carousel-item">
7474
<img src="./img/2.jpg" alt="Third Image">
7575
<div class="carousel-caption">
7676
<h2>Layout</h2>
7777
<h3>Demo Layout</h3>
7878
<button class="btn btn-primary btn-lg" type="button">Learn More</button>
7979
</div>
80-
</div>
80+
</div> -->
8181
</div>
82-
<a class="carousel-control-prev" role="button" data-slide="prev" href="#carouselExampleControls">
82+
<a class="carousel-control-prev" role="button" data-slide="prev" href="#carouselExampleControls" style="color: black;">
8383
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
8484
<span class="sr-only">Previous</span>
8585
</a>
@@ -90,7 +90,7 @@ <h3>Demo Layout</h3>
9090
<ul class="carousel-indicators">
9191
<li class="active" data-target="#carouselExampleControls" data-slide-to="0"></li>
9292
<li data-target="#carouselExampleControls" data-slide-to="1"></li>
93-
<li data-target="#carouselExampleControls" data-slide-to="2"></li>
93+
<!-- <li data-target="#carouselExampleControls" data-slide-to="2"></li> -->
9494
</ul>
9595
</div>
9696
<!-- Carousel ends -->
@@ -173,30 +173,31 @@ <h2 class="display-3">Connect</h2>
173173

174174

175175
<!-- Footer -->
176-
<footer class="container-fluid padding">
176+
<footer class="container-fluid padding" id="about">
177177
<div class="row text-center">
178178
<div class="col-md-4">
179-
<img src="./img/logo.png" alt="icon"><hr class="light">
180-
<p><a href="tel:198" class="Phone">198</a></p>
181-
<p>abc@xyz.com</p>
182-
<p>Address</p>
183-
<p>Area</p>
179+
<h5>About Us</h5><hr class="light">
180+
<ul >
181+
<li>Aryan</li>
182+
<li>Ayush Gupta</li>
183+
<li>Aryendra Prakash Singh</li>
184+
<li>Piyush Kumar</li>
185+
<li>Shivanshu Bajpai</li>
186+
<li>Vrati Pandey</li>
187+
</ul>
184188
</div>
185189
<div class="col-md-4">
186190
<hr class="light">
187-
<h5>Working hours</h5>
191+
<h5>OUR VISION</h5>
188192
<hr class="light">
189-
<P>Monday To Saturday</P>
190-
<p>(7am - 12:30pm)</p>
191-
<p>Sunday OFF</p>
193+
<p style="text-transform: uppercase;font-size:50px">Power of actions</p>
192194
</div>
193195
<div class="col-md-4">
194196
<hr class="light">
195-
<h5>Working hours</h5>
197+
<h5>OUR MISSION</h5>
196198
<hr class="light">
197-
<P>Monday To Saturday</P>
198-
<p>(7am - 12:30pm)</p>
199-
<p>Sunday OFF</p>
199+
<P>Our mission is to help the deaf and dumb people who are unable to communicate with the smart assistant through voice.</P>
200+
200201
</div>
201202
<div class="col-12">
202203
<hr class="light-100">

‎index1.html

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ <h2>Hey there!! Welcome to SiNext!</h2>
2323
<div class="modal-body">
2424
<p>This uses TENSORFLOW.JS and your webcam to envoke the smart assistant.The main aim to build it is:-</p>
2525
<p><b><em>"If voice is the future of computing what about those who cannot hear or speak?"</em></b></p>
26-
<!-- <p>You can find the code for this demo on <a href="https://github.com/shekit/alexa-sign-language-translator" target="_blank">github</a> or watch a <a href="https://www.youtube.com/watch?v=kS53y6GWm0w" target="_blank">video</a> of it in action.</p> -->
27-
<!-- <p style="font-size:12px;"><em>Note: This demo runs entirely in your browser without any data sent to any server</em></p> -->
2826
</div>
2927
</div>
3028
</div>

‎style.css

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
body{
2-
font-family: "Helvetica Neue", "sans-serif";
1+
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
2+
3+
body{
4+
font-family: 'Poppins', 'sans-serif';
35
margin: 0;
46
padding: 0;
57
}
@@ -18,7 +20,9 @@ body{
1820
height: 13rem;
1921
width: 23rem;
2022
}
21-
23+
.subtext{
24+
font-family: 'Poppins', 'sans-serif';
25+
}
2226
#status{
2327
width: 300px;
2428
height: 50px;
@@ -76,7 +80,7 @@ h1 .subtext {
7680
padding-top: 20px;
7781
padding-bottom: 20px;
7882
border-right: 5px solid black;
79-
background:tomato;
83+
background: #e71952;
8084
}
8185

8286
.split-left h1{
@@ -186,17 +190,22 @@ h1 .subtext {
186190
overflow: auto; /* Enable scroll if needed */
187191
background-color: rgb(0,0,0); /* Fallback color */
188192
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
193+
border-radius: 5px;
189194
}
190195

191196
/* Modal Header */
192197
.modal-header {
193198
padding: 2px 16px;
194-
background-color: deepskyblue;
199+
background-color: #e77272;
195200
color: white;
201+
border-radius: 10px;
196202
}
197203

198204
/* Modal Body */
199-
.modal-body {padding: 2px 16px;}
205+
.modal-body {
206+
padding: 45px 16px;
207+
text-align: center;
208+
}
200209

201210
/* Modal Footer */
202211
.modal-footer {
@@ -212,12 +221,14 @@ h1 .subtext {
212221
margin: auto;
213222
padding: 0;
214223
border: 1px solid #888;
224+
height: 30%;
215225
width: 40%;
216226
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
217227
animation-name: animatetop;
218228
animation-duration: 0.4s;
219229
top: 10%;
220230
text-align: center;
231+
border-radius: 10px;
221232
}
222233

223234
/* Add Animation */

0 commit comments

Comments
 (0)
Please sign in to comment.