Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jmkunnat
206_portfolio
Commits
34417c1a
Commit
34417c1a
authored
Apr 04, 2016
by
jmkunnat
Browse files
some changes to footer, work on activities page
parent
ef14edc5
Pipeline
#2123
skipped
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
static/grass
0 → 100644
View file @
34417c1a
File added
static/green.jpg
0 → 100644
View file @
34417c1a
4.96 KB
static/soccerr.jpg
0 → 100755
View file @
34417c1a
203 KB
stylesheets/style.css
View file @
34417c1a
...
...
@@ -9,7 +9,11 @@ body {
font-weight
:
bold
;
color
:
orange
;
background-color
:
#cccccc
;
}
.foot
h5
{
text-align
:
center
;
color
:
white
;
}
header
{
...
...
@@ -55,6 +59,25 @@ h1 {
top
:
30px
;
}
/*.bio {
background-image:url('../');
}*/
.act_jumbo
{
background-image
:
url('../static/soccerr.jpg')
;
}
.act_jumbo
.container
{
top
:
100px
;
}
.backk_image
{
background-image
:
url('../static/green.jpg')
;
}
.backk_image
.container
{
background-color
:
white
;
}
.logos
img
{
width
:
150px
;
...
...
templates/activities
View file @
34417c1a
{% extends "templates/base.html" %}
{% block content %}
<p>I really like soccer</p>
<img src="static/kick.jpg"/>
<div class="jumbotron act_jumbo">
<div class="container">
<h1>Activities</h1>
</div>
</div>
<div class="backk_image">
<div class="container">
<div class="row pull-center">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<h2>As you can see from above...</h2>
<p>I enjoy sports quite a bit! That picture from above shows me
when I played for my high school soccer team. I enjoy sports greatly,
and soccer is definitely my favorite. I played for Salem High School
in the fall, located in Canton, Michigan. During spring season I would play
with the Canton Celtic.
</p>
</div>
</div>
</div>
</div>
{% endblock %}
templates/bio
View file @
34417c1a
{% extends "templates/base.html" %}
{% block content %}
<p>This is the second page of the website.
I like the number 2.</p>
<p> 2 2 2 2 2 2 2 2 2 2 2 </p>
<img src="static/two.png">
<div class="jumbotron bio">
<div class="container">
<h1>Biography</h1>
</div>
</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