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
3a572e2b
Commit
3a572e2b
authored
Feb 28, 2014
by
Daniel W Bond
Browse files
reverted to old header
parent
393469ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
3a572e2b
...
...
@@ -22,29 +22,17 @@ a[name] {
height
:
40px
;
background-color
:
#f5f5f5
;
}
.carousel-background2
{
background
:
url('/static/img/2013firstmeet_large.png')
no-repeat
;
display
:
block
;
width
:
100%
;
background-position
:
center
;
.jumbostyle
{
background
:
url(/static/img/renfredhaxxor.png)
no-repeat
;
background-size
:
cover
;
background-position
:
20%
;
box-shadow
:
inset
0px
0px
20px
#333
;
padding-top
:
100px
;
padding-bottom
:
100px
;
}
.carousel
{
height
:
400px
;
margin-bottom
:
30px
;
}
.carousel-caption
{
z-index
:
1
;
margin-bottom
:
30px
;
}
.carousel
.item
{
height
:
400px
;
}
/* .carousel-inner > .item > img {
width: 100%;
}*/
.transparency
{
background-color
:
rgba
(
256
,
256
,
256
,
0.6
);
padding
:
5px
0px
5px
0px
;
border-radius
:
5px
;
}
.srctlogo
{
...
...
srctweb/website/static/img/renfredhaxxor
_large
.png
→
srctweb/website/static/img/renfredhaxxor.png
View file @
3a572e2b
File moved
srctweb/website/static/img/renfredhaxxor_medium.png
deleted
100644 → 0
View file @
393469ee
629 KB
srctweb/website/templates/index.html
View file @
3a572e2b
...
...
@@ -6,10 +6,13 @@ SRCT
{% block jumbotron %}
<div
class=
"row"
>
<div
class=
"text-center"
>
<h1>
Student-Run Computing and Technology
</h1>
</div>
<div
class=
"jumbotron jumbostyle"
>
<div
class=
"container"
>
<div
class=
"text-center transparency"
>
<h1><strong>
SRCT
</strong></h1>
<p><h2>
Student-Run Computing and Technology
</h2></p>
</div>
</div>
<!--container-->
</div>
{% endblock %}
...
...
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