fix some styles, bench 64

This commit is contained in:
2018-07-29 17:56:53 -07:00
parent fc726b7414
commit deb7b875c7
7 changed files with 21 additions and 16 deletions

4
bench.sh Normal file → Executable file
View File

@@ -6,8 +6,12 @@ set +x
for FILE in img/bench/webp-src/*.jpg; do
OUT="${FILE%.*}.webp"
OUT2X="${FILE%.*}@2x.webp"
if [ ! -f ../$OUT ]; then
cwebp -mt -resize 160 0 -q 40 $FILE -o $OUT
fi
if [ ! -f ../$OUT2X ]; then
cwebp -mt -q 40 $FILE -o $OUT2X
fi
done
mv img/bench/webp-src/*.webp img/bench/

View File

@@ -45,8 +45,8 @@
</main>
<hr>
<footer>
<a href="/">www.aarongutierrez.com</a>
<a href="/">www.frat.tech</a>
<a href="https://wwww.aarongutierrez.com">www.aarongutierrez.com</a>
<a href="https://www.frat.tech">www.frat.tech</a>
</footer>
</body>
</html>

View File

@@ -45,8 +45,8 @@
</main>
<hr>
<footer>
<a href="/">www.aarongutierrez.com</a>
<a href="/">www.frat.tech</a>
<a href="https://wwww.aarongutierrez.com">www.aarongutierrez.com</a>
<a href="https://www.frat.tech">www.frat.tech</a>
</footer>
</body>
</html>

View File

@@ -45,8 +45,8 @@
</main>
<hr>
<footer>
<a href="/">www.aarongutierrez.com</a>
<a href="/">www.frat.tech</a>
<a href="https://wwww.aarongutierrez.com">www.aarongutierrez.com</a>
<a href="https://www.frat.tech">www.frat.tech</a>
</footer>
</body>
</html>

View File

@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<base href="http://www.aarongutierrez.com.s3.amazonaws.com">
<title>Bench - Aaron Gutierrez</title>
<link rel="stylesheet" href="/site.css" >
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -35,6 +34,7 @@
<a href="/img/bench/061.jpg"><picture><source type="image/webp" srcset="/img/bench/061.thumb.webp, /img/bench/061.thumb@2x.webp 2x"><img src="/img/bench/061.thumb.jpg"></picture></a>
<a href="/img/bench/062.jpg"><picture><source type="image/webp" srcset="/img/bench/062.thumb.webp, /img/bench/062.thumb@2x.webp 2x"><img src="/img/bench/062.thumb.jpg"></picture></a>
<a href="/img/bench/063.jpg"><picture><source type="image/webp" srcset="/img/bench/063.thumb.webp, /img/bench/063.thumb@2x.webp 2x"><img src="/img/bench/063.thumb.jpg"></picture></a>
<a href="/img/bench/064.jpg"><picture><source type="image/webp" srcset="/img/bench/064.thumb.webp, /img/bench/064.thumb@2x.webp 2x"><img src="/img/bench/064.thumb.jpg"></picture></a>
</div>
<div class="nav">
@@ -45,8 +45,8 @@
</main>
<hr>
<footer>
<a href="/">www.aarongutierrez.com</a>
<a href="/">www.frat.tech</a>
<a href="https://wwww.aarongutierrez.com">www.aarongutierrez.com</a>
<a href="https://www.frat.tech">www.frat.tech</a>
</footer>
</body>
</html>

View File

@@ -3,6 +3,7 @@
<head>
<title>Aaron Gutierrez</title>
<link rel="stylesheet" href="site.css" >
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Aaron Gutierrez">
<meta property="og:type" content="website">
@@ -44,9 +45,9 @@
SPMD Program Compiler (ISPC)</a> to support polymorphic datatypes in
my <a href="/15418/index.html">15-418 Final Project</a></li>
<li>I spent several semesters as a teaching assistant for
<abbr title="Principles of Imperitive Computation">15-122</abbr>,
<abbr title="History of Computing">15-292</abbr>, and
<abbr title="Compiler Design">15-411</abbr>.</li>
<a href="https://www.cs.cmu.edu/~15122/">15-122</a>,
<a href="https://www.cs.cmu.edu/~tcortina/teaching.html">15-292</a>, and
<a href="https://www.cs.cmu.edu/~janh/courses/411/16/">15-411</a>.</li>
<li>I served as the Student Body Vice President for the 2016-2017 school
year</li>
<li>I served as Treasurer and President of the

View File

@@ -4,7 +4,7 @@ img#aaron {
}
body {
max-width: 800px;
max-width: 780px;
padding: 20px;
}
@@ -25,12 +25,12 @@ footer {
.img-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.img-grid a {
display: inline-block;
height: 160px;
margin-right: 40px;
margin-bottom: 10px;
width: 160px;
}