-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresume.html
More file actions
executable file
·40 lines (35 loc) · 988 Bytes
/
resume.html
File metadata and controls
executable file
·40 lines (35 loc) · 988 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
---
title: resume
permalink: "resume/index.html"
layout: default
---
<div class="resume row">
<div class="col-md-6 post-nav">
<div id="about_me">
<h2>About me</h2>
<p>Something about you here...</p>
</div>
<div id="skills">
<h2>Skills</h2>
<h4 class="text-muted">What technologies you use:</h4>
<p> - <span>R</span>uby <span>R</span>uby on Rails</p>
<p> - <span>H</span>TML <span>C</span>SS <span>B</span>ootstrap</p>
<p> - <span>J</span>avascript</p>
<p> - <span>H</span>eroku</p>
</div>
</div>
<div class="col-md-6 post-nav">
<div id="experience">
<h2>Experience</h2>
<p>Something about your experience...</p>
<p>links to projects will be added <a href="{{ "/projects" | prepend:site.baseurl }}">here</a>.</p>
</div>
<div id="contacts">
<h2>Contacts</h2>
<p>twitter....</p>
<p>phone....</p>
<p>email...</p>
<p>etc...</p>
</div>
</div>
</div>