forked from andi34/andi34.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathportfolio.html
36 lines (32 loc) · 1.34 KB
/
portfolio.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
---
title: Portfolio
icon: folder-open
---
<div class="jumbotron welcome">
<div class="container">
<h1 class="bold"><i class="fa fa-newspaper-o fa-fw"></i> Articles</h1>
<p>Follow recent events via articles, in community-related work by PixelBoot.</p>
<a href="portfolio/articles" class="btn btn-primary">See more</a>
</div>
</div>
<div class="jumbotron welcome">
<div class="container">
<h1 class="bold"><i class="fa fa-microphone fa-fw"></i> Interviews</h1>
<p>Tune in to PixelBoot's invitations to interviews and live discussions.</p>
<a href="portfolio/interviews" class="btn btn-primary">See more</a>
</div>
</div>
<div class="jumbotron welcome">
<div class="container">
<h1 class="bold"><i class="fa fa-hashtag fa-fw"></i> Posts</h1>
<p>Take a look at PixelBoot's engagements with social media posts and mentions.</p>
<a href="portfolio/posts" class="btn btn-primary">See more</a>
</div>
</div>
<div class="jumbotron welcome">
<div class="container">
<h1 class="bold"><i class="fa fa-globe fa-fw"></i> Talks</h1>
<p>Follow PixelBoot's talks in Android conferences all over the world.</p>
<a href="portfolio/talks" class="btn btn-primary">See more</a>
</div>
</div>