Skip to content

Commit 47500bd

Browse files
committed
img container@
1 parent 0ff8035 commit 47500bd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

assets/.DS_Store

0 Bytes
Binary file not shown.

index.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1></h1>
3232
<!-- One -->
3333
<section id="one" class="main special">
3434
<div class="container">
35-
<span class="image fit primary"><img src="images/funky.jpeg" alt="" /></span>
35+
<span class="image fit"><img src="images/funky.jpeg" alt="" /></span>
3636
<div class="content">
3737
<header class="major">
3838
<h2>Who I am</h2>
@@ -54,7 +54,7 @@ <h2>Who I am</h2>
5454
<!-- Two -->
5555
<section id="two" class="main special">
5656
<div class="container">
57-
<span class="image fit primary"><img src="images/bike.jpg" alt="" /></span>
57+
<span class="image fit"><img src="images/bike.jpg" alt="" /></span>
5858
<div class="content">
5959
<header class="major">
6060
<h2>Stuff I do</h2>
@@ -86,7 +86,7 @@ <h3>Relax</h3>
8686
<!-- Three -->
8787
<section id="three" class="main special">
8888
<div class="container">
89-
<span class="image fit primary"><img src="images/pic03.jpg" alt="" /></span>
89+
<span class="image fit"><img src="images/pic03.jpg" alt="" /></span>
9090
<div class="content">
9191
<header class="major">
9292
<h2>One more thing</h2>
@@ -132,13 +132,15 @@ <h2>One more thing</h2>
132132
</footer>
133133
</section>
134134

135-
<!-- Scripts -->
135+
<!--
136+
Scripts
136137
<script src="assets/js/jquery.min.js"></script>
137138
<script src="assets/js/jquery.scrollex.min.js"></script>
138139
<script src="assets/js/jquery.scrolly.min.js"></script>
139140
<script src="assets/js/browser.min.js"></script>
140141
<script src="assets/js/breakpoints.min.js"></script>
141142
<script src="assets/js/util.js"></script>
142143
<script src="assets/js/main.js"></script>
144+
-->
143145
</body>cd
144146
</html>

0 commit comments

Comments
 (0)