Improved copy in about me section
Breaks down history, modern me emphasises diversity of related interests
This commit is contained in:
parent
f3b23354c0
commit
169949d11e
@ -174,7 +174,7 @@ body {
|
|||||||
.slide ul {
|
.slide ul {
|
||||||
margin: 5px; }
|
margin: 5px; }
|
||||||
.slide p {
|
.slide p {
|
||||||
text-indent: 1em;
|
text-indent: 2em;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: auto; }
|
margin: auto; }
|
||||||
.slide h1 {
|
.slide h1 {
|
||||||
@ -183,6 +183,9 @@ body {
|
|||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 1.7em; }
|
margin-top: 1.7em; }
|
||||||
|
.slide h4 {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: auto; }
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
.slide div .project {
|
.slide div .project {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
10
index.html
10
index.html
@ -51,11 +51,11 @@
|
|||||||
<div id="spaceTakerUpper">
|
<div id="spaceTakerUpper">
|
||||||
</div>
|
</div>
|
||||||
<div class="slide" style="margin-top:0px;">
|
<div class="slide" style="margin-top:0px;">
|
||||||
<h1>About Me <span style="font-size: .5em; font-weight:normal; color: #666;">(Why I'm Awesome)</span></h1>
|
<h1>About Me <span style="font-size: .5em; font-weight:normal; color: #666;">(Why I rock)</span></h1>
|
||||||
<p>When I was a child I was obsessed with trains and vacuum cleaners. I spent many sleepless nights marveling at these incredible machines. Today, I spend my nights pulling my hair out over webkit paint timing graphs. In a way, these nights are not
|
<h4>A brief history of Chuck & tech</h4>
|
||||||
so different.</p>
|
<p>When I was a child I was obsessed with trains and vacuum cleaners. In elementary school my grandma tried to teach me Photoshop. In seventh grade I started teaching myself HTML. Freshman year I started learning the basics of networking and BASH so I could run a Minecraft server on my sparkly new iMac. In the first half of high school I volunteered at Phoenix Children's Hospital and in the second half I taught robotics at The Waybright Academy. On top of that, I was active throughout the school as an officer of Firebird Robotics, the director of Firebird Word, and the design editor of Chaparral Ashes. I've been digging around in computers my whole life.</p>
|
||||||
<p>I'm a Computer Science student and Hackathon winner at Arizona State University and I'm interested in the intersection of technology and art. I pride myself in taking a diverse set of interest and my pixel perfect lovingly handcrafted 💯% good
|
<h4>The Modern Chuck</h4>
|
||||||
stuff 👍👌 HTML. These days, you can find me at The State Press working on ways to innovate the news during the week and winning hackathons on the weekends.</p>
|
<p>I'm a Computer Science student and Hackathon winner at Arizona State University interested in the intersection of technology and art. I pride myself in taking a diverse set of interest and the resulting broad set of experiences. From editorial experience working to innovate the news at the State Press to random open source contributions in my free time, I do a lot. </p>
|
||||||
<p>This website is still an active development project, pls don't judge too harshly.</p>
|
<p>This website is still an active development project, pls don't judge too harshly.</p>
|
||||||
<div id="skilltable" style="display:none; ">
|
<div id="skilltable" style="display:none; ">
|
||||||
<h1 id="skills">Skills</h1>
|
<h1 id="skills">Skills</h1>
|
||||||
|
@ -220,7 +220,7 @@ body {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
text-indent: 1em;
|
text-indent: 2em;
|
||||||
max-width: $width;
|
max-width: $width;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
@ -231,6 +231,10 @@ body {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 1.7em;
|
margin-top: 1.7em;
|
||||||
}
|
}
|
||||||
|
h4 {
|
||||||
|
max-width: $width;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
@include respond-to($width) {
|
@include respond-to($width) {
|
||||||
div {
|
div {
|
||||||
// margin: auto;
|
// margin: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user