fix some styles, bench 64
This commit is contained in:
8
bench.sh
Normal file → Executable file
8
bench.sh
Normal file → Executable file
@@ -6,8 +6,12 @@ set +x
|
||||
for FILE in img/bench/webp-src/*.jpg; do
|
||||
OUT="${FILE%.*}.webp"
|
||||
OUT2X="${FILE%.*}@2x.webp"
|
||||
cwebp -mt -resize 160 0 -q 40 $FILE -o $OUT
|
||||
cwebp -mt -q 40 $FILE -o $OUT2X
|
||||
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/
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
4
site.css
4
site.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user