-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 1021 Bytes
/
index.html
File metadata and controls
40 lines (33 loc) · 1021 Bytes
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
32
33
34
35
36
37
38
39
40
---
layout: layout
title: Claire Sarsam
---
<div class="container">
<header>
<div class="logo">
<i id="star3"></i>
<i id="star2"></i>
<i id="star1"></i>
</div>
<div class="name">Claire Sarsam</div>
</header>
<div class="row">
<div class="contact col-md-4">
<div class="sectionTitle">Contact</div>
<a href="http://github.com/csarsam">Github</a>
<a href="https://www.linkedin.com/profile/view?id=120893840">LinkedIn</a>
<span>csarsam at gmail dot com</span>
</div>
<div class="projects col-md-4">
<div class="sectionTitle">Projects</div>
<a href="projects/snowflakes/snowflakes.html">Snowflakes</a>
<a href="https://github.com/Workiva/wf-uicomponents/commits?author=clairesarsam-wf">wf-uicomponents</a>
</div>
<div class="blog col-md-4">
<div class="sectionTitle">Blog</div>
{% for post in site.posts %}
<a href="{{ post.url }}">{{ post.title }}</a>
{% endfor %}
</div>
</div>
</div>