Skip to content

Commit

Permalink
Updated pics
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Cockrell authored and Joshua Cockrell committed Jan 10, 2020
1 parent 8546bc3 commit 03ba73a
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 24 deletions.
Binary file removed assets/forest-3-small.jpeg
Binary file not shown.
Binary file removed assets/forest-4-small.jpeg
Binary file not shown.
Binary file removed assets/freeway-1.jpeg
Binary file not shown.
Binary file removed assets/hydro_1_239_501.jpg
Binary file not shown.
Binary file removed assets/hydro_1_477x1000.jpg
Binary file not shown.
Binary file removed assets/hydro_2_239_501.jpg
Binary file not shown.
Binary file removed assets/hydro_2_477x1000.jpg
Binary file not shown.
Binary file removed assets/hydro_3_239_501.jpg
Binary file not shown.
Binary file removed assets/hydro_3_477x1000.jpg
Binary file not shown.
Binary file added assets/profile_crop_min_mobile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 12 additions & 24 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,11 @@ a {
border-radius: 15px;
padding-left: 2em;
padding-right: 2em;
margin-bottom: 20px;
border-color: rgb(255,255,255,0.6);
background-color: rgb(255,255,255,0.1);
color: white;
max-width: 60%;
}

#section-iphone {
Expand Down Expand Up @@ -390,6 +392,11 @@ a {
font-size: 300%;
}

#section-landing {
height: 500px;
justify-content: flex-end;
}

#section-footer-links {
-webkit-flex-flow: column wrap;
flex-flow: column wrap;
Expand All @@ -403,6 +410,11 @@ a {
.section-nav li:last-of-type a {
border-bottom: none;
}

#section-landing {
background-image: linear-gradient(rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.6)),url(../assets/profile_crop_min_mobile.jpg);
}
}


Expand Down Expand Up @@ -445,27 +457,3 @@ a {
right: 0px;
}

/* Three images as a group */
.group-iphone {
display: flex;
justify-content: space-around; /* all in a row */
align-items: center;
height: 425px;
width: 25%;

animation-name: slide-left;
animation-duration: 15s;
animation-iteration-count: infinite;
position: relative;
}

/* iPhone photo animation */
@keyframes slide-left {
0% {left: 37.5%;}
15% {left: 12.5%;}
45% {left: 12.5%;}
60% {left: -12.5%;}
92% {left: -12.5%;}
100% {left: -37.5%;}
}

5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ <h1 class="text-name">COCKRELL</h1>
<div class="line"></div>
</div>

<!-- <picture>
<source srcset="assets/profile_crop_min_mobile.jpg" media="(max-width: 640px)">
<source srcset="assets/profile_crop_min.jpg" media="(min-width: 640px)">
<img src="assets/profile_crop_min.jpg">
</picture> -->

</div>

Expand Down

0 comments on commit 03ba73a

Please sign in to comment.