Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Renfred Harper
srctweb
Commits
ce7c9be8
Commit
ce7c9be8
authored
Feb 28, 2014
by
Daniel W Bond
Browse files
I hate life.
parent
29bfcb35
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
ce7c9be8
...
...
@@ -22,8 +22,11 @@ a[name] {
height
:
40px
;
background-color
:
#f5f5f5
;
}
.jumbostyle
{
height
:
50px
;
.carousel-background2
{
background
:
url(/static/img/2013firstmeet_large.png)
no-repeat
;
width
:
100%
;
background-position
:
center
;
background-size
:
cover
;
}
.carousel
{
height
:
400px
;
...
...
@@ -36,9 +39,9 @@ a[name] {
.carousel
.item
{
height
:
400px
;
}
.carousel-inner
>
.item
>
img
{
/*
.carousel-inner > .item > img {
width: 100%;
}
}
*/
.transparency
{
background-color
:
rgba
(
256
,
256
,
256
,
0.6
);
border-radius
:
5px
;
...
...
srctweb/website/templates/index.html
View file @
ce7c9be8
...
...
@@ -6,43 +6,54 @@ SRCT
{% block jumbotron %}
<div
class=
"
jumbotron jumbostyle
"
>
<div
class=
"
row
"
>
<div
class=
"text-center"
>
<h1>
Student-Run Computing and Technology
</h1>
</div>
</div>
<div
id=
"SRCTCarousel"
class=
"carousel slide"
data-ride=
"carousel"
>
<ol
class=
"carousel-indicators"
>
<li
data-target=
"#SRCTCarousel"
data-slide-to=
"0"
class=
"active"
></li>
<li
data-target=
"#SRCTCarousel"
data-slide-to=
"1"
></li>
<li
data-target=
"#SRCTCarousel"
data-slide-to=
"2"
></li>
</ol>
<div
class=
"carousel-inner"
>
<div
class=
"item active"
>
<img
src=
"/static/img/renfredhaxxor_large.png"
alt=
"First slide"
>
<div
class=
"carousel-caption"
>
<h1>
Learn more about development.
</h1>
<p>
Sweet, development!
</p>
<div
class=
"container"
>
<div
class=
"carousel-caption hidden-xs"
>
<h1>
learn more about development.
</h1>
<p>
sweet, development!
</p>
</div>
</div>
</div>
<div
class=
"item"
>
<img
src=
"/static/img/2013firstmeet_large.png"
alt=
"Second slide"
>
<div
class=
"carousel-caption"
>
<h1>
Meet tons of great people.
</h1>
<p>
Because we're cool.
</p>
<!-- <img src="/static/img/2013firstmeet_large.png" alt="Second slide"> -->
<div
class=
"carousel-background2"
>
<div
class=
"container"
>
<div
class=
"carousel-caption hidden-xs"
>
<h1>
Meet tons of great people.
</h1>
<p>
Because we're cool.
</p>
</div>
</div>
</div>
</div>
<div
class=
"item"
>
<img
src=
"/static/img/bradhaxxor_large.png"
alt=
"Third slide"
>
<div
class=
"carousel-caption"
>
<h1>
Even work on hardware.
</h1>
<p>
Yeah, hardware's pretty cool.
</p>
<div
class=
"container"
>
<div
class=
"carousel-caption hidden-xs"
>
<h1>
Even work on hardware.
</h1>
<p>
Yeah, hardware's pretty cool.
</p>
</div>
</div>
</div>
</div>
<a
class=
"left carousel-control"
href=
"#SRCTCarousel"
data-slide=
"prev"
><span
class=
"glyphicon glyphicon-chevron-left"
></span></a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment