-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 885 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: default
---
<div class="landing__wrapper">
<div class="left-col">
<img src="/media/logo_dark.svg" alt="wordmark for Cal Doval" />
<p class="lead">
My name is Cal Doval.<br />
I create websites, develop brands, and manage content <br />
for
<a href="https://computing.caes.ucdavis.edu/portfolio"
>UC Davis College of Agricultural and Environmental Sciences</a
><br />
and occasionally other companies.
</p>
<div class="cta">
<a href="https://github.com/cydoval"
><i class="fa fa-github" aria-hidden="true"></i
></a>
<!-- <a href="https://dribbble.com/cydoval"><i class="fa fa-dribbble" aria-hidden="true"></i></a> -->
</div>
</div>
<div class="right-col">
<img
width="50%"
src="/media/cal2x.png"
alt="graphic representation of Cal"
/>
</div>
</div>