Remove footers, install font
This commit is contained in:
-24
@@ -47,17 +47,11 @@ class Grid extends React.Component {
|
||||
<img src={dress1} alt='' />
|
||||
<p>A dress lit up with LEDs that act as twinkling stars. Seven act as The Big Dipper, and the rest twinkle randomly.</p>
|
||||
</section>
|
||||
<footer>
|
||||
<p>Project (Hardware)</p><p>2018-10-11</p>
|
||||
</footer>
|
||||
</GridItem>
|
||||
<GridItem type='photo'>
|
||||
<a>
|
||||
<header>Thorncliffe Car Show</header>
|
||||
<img src={carshow1} alt='' />
|
||||
<footer>
|
||||
<p>Photography</p><p>2018-10-11</p>
|
||||
</footer>
|
||||
</a>
|
||||
</GridItem>
|
||||
<GridItem type='project bottom'>
|
||||
@@ -66,9 +60,6 @@ class Grid extends React.Component {
|
||||
<img src={switch1} alt='' />
|
||||
<p>Custom circuit that lets me control a ceiling light over Wifi.</p>
|
||||
</section>
|
||||
<footer>
|
||||
<p>Project (Hardware)</p><p>2018-10-11</p>
|
||||
</footer>
|
||||
</GridItem>
|
||||
<GridItem type='project bottom'>
|
||||
<header>Plant Waterer</header>
|
||||
@@ -76,26 +67,17 @@ class Grid extends React.Component {
|
||||
<img src={pump1} alt='' />
|
||||
<p>Controller that waters my plant automatically every day.</p>
|
||||
</section>
|
||||
<footer>
|
||||
<p>Project (Hardware)</p><p>2018-10-11</p>
|
||||
</footer>
|
||||
</GridItem>
|
||||
<GridItem type='photo'>
|
||||
<a>
|
||||
<header>Prince's Island Park</header>
|
||||
<img src={bee1} alt='' />
|
||||
<footer>
|
||||
<p>Photography</p><p>2018-10-11</p>
|
||||
</footer>
|
||||
</a>
|
||||
</GridItem>
|
||||
<GridItem type='photo'>
|
||||
<a>
|
||||
<header>Johnston Creek, Banff</header>
|
||||
<img src={banff1} alt='' />
|
||||
<footer>
|
||||
<p>Photography</p><p>2018-10-11</p>
|
||||
</footer>
|
||||
</a>
|
||||
</GridItem>
|
||||
<GridItem type='project left'>
|
||||
@@ -104,17 +86,11 @@ class Grid extends React.Component {
|
||||
<img src={hand1} alt='' />
|
||||
<p>Sculpture welded together out of scrap metal for practice.</p>
|
||||
</section>
|
||||
<footer>
|
||||
<p>Project (Hardware)</p><p>2018-10-11</p>
|
||||
</footer>
|
||||
</GridItem>
|
||||
<GridItem type='photo'>
|
||||
<a>
|
||||
<header>VW Van in Canmore</header>
|
||||
<img src={canmore1} alt='' />
|
||||
<footer>
|
||||
<p>Photography</p><p>2018-10-11</p>
|
||||
</footer>
|
||||
</a>
|
||||
</GridItem>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user