Skip to content

Commit fe7d58e

Browse files
committed
Add Github logo to bottom of splash page.
1 parent bd7f433 commit fe7d58e

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

splash/css/splash.css

+6
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,16 @@ h3.tagline {
134134
background-color: rgb(144, 213, 181) !important;
135135
color: white;
136136
}
137+
138+
footer img {
139+
max-height: 45px;
140+
}
141+
137142
.slider {
138143
width: 375px;
139144
height: 667px;
140145
}
146+
141147
.slider-container {
142148
width: 100%;
143149
display: flex;

splash/index.html

+16-10
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
<link rel="stylesheet" href="css/splash.css">
2222
</head>
2323

24-
25-
2624
<body>
2725
<main>
2826
<!-- banner -->
@@ -181,7 +179,7 @@ <h3 class="tagline">meet the team</h3>
181179
<a href="http://github.com/wnmurphy">
182180
<div class="team-member col s12 m6 l4">
183181
<div class="team-member-photo">
184-
<img src="photos/neil.png" className="responsive-img" />
182+
<img src="photos/neil.png" class="responsive-img" />
185183
</div>
186184
<div class="team-member-name">Neil Murphy</div>
187185
<div class="team-member-role">Full-Stack Developer</div>
@@ -354,12 +352,20 @@ <h3 class="tagline">tech stack</h3>
354352
<div class="footer-copyright">
355353
<div class="container">
356354
<div class="row">
357-
<div class="col s6">© 2016 irl</div>
358-
<div class="col s6">
355+
<div class="col s4">© 2016 irl
356+
</div>
357+
<div class="col s4">
358+
<div class="center">
359+
<a href="https://github.com/hrr12MYLTR/thesis">
360+
<img class="responsive-img" src="logos/github.png" />
361+
</a>
362+
</div>
363+
</div>
364+
<div class="col s4">
359365
<a class="modal-trigger grey-text text-lighten-4 right" href="#privacy-modal">Privacy and Terms of Service</a>
360366
</div>
361367
</div>
362-
</div>
368+
</div>
363369
</div>
364370
</footer>
365371

@@ -422,10 +428,10 @@ <h2>Privacy Policy</h2>
422428
$('.parallax').parallax();
423429
$('.slider').slider({height: 667});
424430
$('.modal-trigger').leanModal({
425-
dismissible: true, // Modal can be dismissed by clicking outside of the modal
426-
opacity: .5, // Opacity of modal background
427-
in_duration: 300, // Transition in duration
428-
out_duration: 200 // Transition out duration
431+
dismissible: true,
432+
opacity: .5,
433+
in_duration: 300,
434+
out_duration: 200
429435
});
430436
makeSquares();
431437
});

splash/logos/github.png

4.17 KB
Loading

0 commit comments

Comments
 (0)