forked from donovanh/my-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 1.46 KB
/
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
32
33
34
35
36
37
38
39
---
layout: default
title: Home – Sara Soueidan – Freelance Front-end Web Developer
name: home
---
<div class="full-width">
<div class="wrapper clearfix profile">
<section class="main">
<p class="size-2x">
<strong>Hi! I'm Sara</strong>, a self-employed front-end web developer.
I work with businesses and agencies around the world, building web sites and applications,
focusing on HTML5, CSS3, and Javascript.</p>
</p>
<p>
I have a Bachelors degree in Computer Sciences,
love the open web platform and am an active community member.
I'm also an <strong>author and team member at
<a href="http://tympanus.com/codrops" target="_blank">Codrops</a></strong>,
where I publish tutorials and articles on the latest web technologies.
</p>
<a href="mailto:contact@sarasoueidan.com" class="button">Work With Me</a>
</section>
</div>
</div>
<div class="intro"></div>
<div class="full-width pushed-down">
<div class="wrapper" style="background-color:#fff">
<section class="main">
<p>
I also maintain this site, where I write tutorials and articles on front-end development,
including the latest cutting-edge technologies.
</p>
<a href="articles.html" class="button">Check The Articles Out</a>
</section>
</div>
</div>