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
7ade9484
Commit
7ade9484
authored
Apr 04, 2016
by
jmkunnat
Browse files
eliminated any validator/wave errors
parent
2fa57c27
Pipeline
#2261
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
stylesheets/style.css
View file @
7ade9484
...
...
@@ -11,8 +11,13 @@ body {
color
:
orange
;
background-color
:
#cccccc
;
overflow
:
hidden
;
font-family
:
"Helvetica"
,
"Times"
,
serif
;
}
.foot
h5
{
text-align
:
center
;
color
:
white
;
}
.container
{
overflow
:
hidden
;
...
...
@@ -31,10 +36,7 @@ body {
column-count
:
3
;
}
.foot
h5
{
text-align
:
center
;
color
:
white
;
}
a
:hover
{
text-decoration
:
underline
;
...
...
@@ -130,7 +132,7 @@ h1 {
.jumbotron
{
background-image
:
url('../static/theboys.jpg')
;
height
:
500px
;
-webkit-text-stroke
:
1
0
px
black
;
-webkit-text-stroke
:
1px
black
;
background-repeat
:
no-repeat
;
width
:
100%
;
background-size
:
cover
;
...
...
@@ -138,6 +140,11 @@ h1 {
}
.jumbotron
h1
{
color
:
white
;
font-family
:
"Helvetica"
,
"Times"
,
serif
;
}
.jumbotron
.container
{
position
:
relative
;
top
:
240px
;
...
...
@@ -223,7 +230,7 @@ h1 {
border
:
0px
;
}
@media
only
screen
and
(
max-width
:
50
0px
)
{
@media
only
screen
and
(
max-width
:
48
0px
)
{
/*body {
background-color: red;
}*/
...
...
@@ -244,6 +251,10 @@ h1 {
}
@media
only
screen
and
(
max-width
:
500px
)
{
/*rules for link logos in footer*/
...
...
templates/base.html
View file @
7ade9484
...
...
@@ -91,8 +91,13 @@
<a
href=
"https://twitter.com/JoeKunnath"
><img
class=
"center-block"
src=
"../static/tw_logo.jpg"
alt=
"twitter logo"
></a>
</div>
</div>
<div
id=
"my_email"
>
If you have any questions, concerns, or feedback about my website,
please email me at jmkunnat@umich.edu
</div>
<div
id=
"my_email"
>
<p>
Follow me on social media!
</p>
<p>
If you have any questions, concerns, or feedback about my website,
please email me at jmkunnat@umich.edu
</p>
</div>
<h5>
Copyright
©
Joe Kunnath
</h5>
</div>
</footer>
...
...
templates/contact_me
View file @
7ade9484
...
...
@@ -10,6 +10,13 @@
Please use the email in the footer section to reach out to me
and give me a suggestion. Thank you!
</p>
<p>
I hope you appreciated the work I put into this website and
I also hope that you learned something about either me or myself. I did end
up learning many things from this project, which is the most I could possibly hope
for. Web design is pretty cool, and the frustration you receive when you become
confused about something is replaced by a feeling of appreciation when you
get the correct answer.
</div>
{% endblock %}
\ No newline at end of file
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