-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqr.html
55 lines (49 loc) · 2.42 KB
/
qr.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
projetos: 'projetos/'
---
<header class="main-header">
<div class="vertical">
<div class="main-header-content inner">
<div class="home-profile" style="background-image: url(/assets/images/profile.jpg)" ></div>
<h1 class="page-title">{{ site.name }}</h1>
<h2 class="page-description">
{% if site.description %} {{ site.description }}. {% endif %}
</h2>
<div class="home-buttons" style="margin-bottom: 20px;">
<a href="https://github.com/pedroentringer"class="button" target="_blank"><img src="/assets/images/social/github.png" /></a>
<a href="https://www.linkedin.com/in/pedroentringer"class="button" target="_blank"><img src="/assets/images/social/linkedin.png" /></a>
<a href="https://api.whatsapp.com/send?phone=352691237270&text=Heeey"class="button" target="_blank"><img src="/assets/images/social/whatsapp.png" /></a>
<a href="mailto:pedroentringer97@gmail.com"class="button" target="_blank"><img src="/assets/images/social/email.png" /></a>
</div>
<a href="{{ site.baseurl }}vcard.vcf" class="contact-button">Save Contact</a>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
<article class="post">
<div class="splash about" style="display:block !important">
<div class="content">
<span class="title">About me</span>
<span class="description">Currently living in Grevenmacher, Luxembourg. <br />Graduated in Information Systems, passionate about new technologies. <br />I like to create working systems that solve real problems.</span>
</div>
</div>
<div class="splash projects">
<div class="content">
<span class="title">My Projects</span>
<span class="description">Take a look at the projects I've developed, I hope you like it.</span>
</div>
<div class="btn">
<a href='{{ site.baseurl }}{{ page.projetos }}'>View more</a>
</div>
</div>
<div class="splash projects">
<div class="content">
<span class="title">Content</span>
<span class="description">In my spare time I like to create small projects and publish step-by-step how I did each one of them.</span>
</div>
<div class="btn">
<a href='{{ site.baseurl }}'>View more</a>
</div>
</div>
</article>