Skip to content

Commit 9f51dbd

Browse files
mostly style changes
1 parent 451c95e commit 9f51dbd

3 files changed

Lines changed: 30 additions & 32 deletions

File tree

css/styles.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ img {
4949

5050
.fade-carousel .carousel-indicators > li {
5151
margin: 0 2px;
52-
background-color: #f39c12;
53-
border-color: #f39c12;
52+
background-color: #f34e12;
53+
border-color: #f35912ed;
5454
opacity: .7;
5555
border-radius: 0;
5656
width: 20px;
@@ -116,13 +116,13 @@ img {
116116

117117
.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
118118
color: #f5f5f5;
119-
background-color: #DB8B0F;
120-
border-color: #DB8B0F;
119+
background-color: #c54c14;
120+
border-color: #e45508;
121121
outline: none;
122122
padding: 12px 32px;
123123
margin: 20px auto;
124124
border-radius: 0px;
125-
border-bottom: 4px solid #FF9C00;
125+
border-bottom: 4px solid #ff6a00;
126126
}
127127
/********************************/
128128
/* Overlay */
@@ -132,7 +132,7 @@ img {
132132
width: 100%;
133133
height: 100%;
134134
z-index: 2;
135-
background-color: #080d15;
135+
background-color: #0450cb;
136136
opacity: .7;
137137
}
138138

@@ -172,7 +172,7 @@ img {
172172
/* Control buttons */
173173
#quote-carousel .carousel-control {
174174
background: none;
175-
color: #222;
175+
color: #1638cf;
176176
font-size: 2.3em;
177177
text-shadow: none;
178178
margin-top: 30px;
@@ -194,11 +194,11 @@ img {
194194
}
195195
/* Changes the color of the indicators */
196196
#quote-carousel .carousel-indicators li {
197-
background: #FFFFFF;
197+
background: #0a4d9e;
198198
}
199199

200200
#quote-carousel .carousel-indicators .active {
201-
background: #F39C12;
201+
background: #f36812;
202202
}
203203

204204
#quote-carousel img {
@@ -231,12 +231,12 @@ img {
231231
background: #F0F0F0;
232232
border-bottom: 10px solid #E2E2E2;
233233
border-radius: 0 0 15px 15px;
234-
border-top: 1px solid #F39C12;
234+
border-top: 1px solid #f35d12;
235235
}
236236

237237
.box-area-icon i {
238238
font-size: 40px;
239-
color: #F39C12;
239+
color: #f35d12;
240240
}
241241

242242
.news-events-box {
@@ -311,7 +311,7 @@ img {
311311

312312
.nav>li>a:hover, .nav>li>a:focus {
313313
text-decoration: none;
314-
background-color: rgb(205, 128, 5);
314+
background-color: rgb(220, 104, 8);
315315
color: #FFFFFF;
316316
}
317317

@@ -403,11 +403,11 @@ img {
403403
-moz-transition: all .5s;
404404
-webkit-transition: all .5s;
405405
transition: all .5s;
406-
background: #F39C12;
406+
background: #f37012;
407407
}
408408

409409
.isFixed {
410-
background: #F39C12;
410+
background: #f37712;
411411
-o-transition: all .5s;
412412
-ms-transition: all .5s;
413413
-moz-transition: all .5s;
@@ -437,7 +437,7 @@ header {
437437
.heading h2 {
438438
font-weight: 700;
439439
font-size: 35px;
440-
color: #F39C12;
440+
color: #f37312;
441441
margin: 0;
442442
padding: 5px;
443443
text-transform: capitalize;
@@ -514,7 +514,7 @@ img#site-title {
514514
.grid figcaption {
515515
background: #300F00;
516516
padding: 12px 18px;
517-
border-top: #F39C12 solid 1px;
517+
border-top: #f36c12 solid 1px;
518518
}
519519
/* Slideshow style */
520520
.slideshow {
@@ -728,7 +728,7 @@ textarea.contact {
728728
}
729729

730730
.contact.submit {
731-
background: #F39C12;
731+
background: #e97a0a;
732732
font-family: 'Montserrat',sans-serif;
733733
color: #1A1A1A;
734734
font-size: 16px;
@@ -742,7 +742,7 @@ textarea.contact {
742742
}
743743

744744
.contact.submit:hover {
745-
background: #FAAB2D;
745+
background: #fa8d2d;
746746
}
747747

748748
.done {
@@ -833,7 +833,7 @@ textarea.contact {
833833
}
834834

835835
.gototop i {
836-
color: #F39C12;
836+
color: #f37f12;
837837
line-height: 40px;
838838
}
839839

@@ -1005,7 +1005,7 @@ blockquote footer, blockquote small, blockquote .small {
10051005
@media screen and (max-width:768px) {
10061006

10071007
#main-nav {
1008-
background: #F39C12;
1008+
background: #f37712;
10091009
}
10101010

10111011
.navbar-nav>li {
@@ -1025,7 +1025,7 @@ blockquote footer, blockquote small, blockquote .small {
10251025

10261026
@media (max-width: 655px) {
10271027
.collapse {
1028-
background: #F39C12;
1028+
background: #f37f12;
10291029
}
10301030

10311031
.navbar.navbar-inverse.navbar-static-top a {

img/EPICS-Logo.png

157 KB
Loading

index.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta charset="UTF-8"/>
1212

13-
<title>Eat Restaurant Bootstrap HTML5 Responsive Template</title>
13+
<title>Eventually EPICS</title>
1414

1515
<meta name="description" content="Eat Restaurant Bootstrap Template">
1616

@@ -50,8 +50,8 @@
5050
<div class="slide-1"></div>
5151
<div class="hero">
5252
<hgroup>
53-
<img src="img/logo.png" alt="logo"/>
54-
<h1>We are creative</h1>
53+
<img src="img/EPICS-Logo.png", width= "300", alt="logo"/>
54+
<h1>EPICS</h1>
5555
<h3>Get start your next awesome project</h3>
5656
</hgroup>
5757
<a class="btn btn-hero btn-lg" href="#service">Eat & Chat</a>
@@ -61,8 +61,8 @@ <h3>Get start your next awesome project</h3>
6161
<div class="slide-2"></div>
6262
<div class="hero">
6363
<hgroup>
64-
<img src="img/logo.png" alt="logo"/>
65-
<h1>We are smart</h1>
64+
<img src="img/EPICS-Logo.png", width= "300", alt="logo"/>
65+
<h1>Start Diggin In your butt twin</h1>
6666
<h3>Get start your next awesome project</h3>
6767
</hgroup>
6868
<a class="btn btn-hero btn-lg" href="#service">Eat & Chat</a>
@@ -72,7 +72,7 @@ <h3>Get start your next awesome project</h3>
7272
<div class="slide-3"></div>
7373
<div class="hero">
7474
<hgroup>
75-
<img src="img/logo.png" alt="logo"/>
75+
<img src="img/EPICS-Logo.png", width= "300", alt="logo"/>
7676
<h1>We are amazing</h1>
7777
<h3>Get start your next awesome project</h3>
7878
</hgroup>
@@ -91,11 +91,9 @@ <h3>Get start your next awesome project</h3>
9191
<div id="main-nav" class="collapse navbar-collapse">
9292
<ul class="nav navbar-nav">
9393
<li><a href="#header" class="scroll-link">Home</a></li>
94-
<li><a href="#service" class="scroll-link">Our Services</a></li>
95-
<li><a href="#aboutUs" class="scroll-link">About Us</a></li>
96-
<li><a href="#gallery" class="scroll-link">Gallery</a></li>
97-
<li><a href="#feedback" class="scroll-link">Feedback</a></li>
98-
<li><a href="#contact" class="scroll-link">Contact</a></li>
94+
<li><a href="#gallery" class="scroll-link">Gallery</a></li>
95+
<li><a href="#feedback" class="scroll-link">Feedback</a></li>
96+
<li><a href="#contact" class="scroll-link">Contact Us</a></li>
9997
</ul>
10098
</div>
10199
</div>

0 commit comments

Comments
 (0)