-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (41 loc) · 1.66 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
40
41
42
---
layout: default
home: true
---
<main class="bupt-foto-main" id="content" role="main">
<div class="container">
<div class="bupt-foto-avatar">
<img src="{{ '/img/Avatar.jpg' | relative_url }}" alt="Avatar" class="img-circle img-thumbnail">
</div>
<div class="bupt-foto-name">
<h1>{{ site.title }}</h1>
<p class="bupt-foto-fullname lead" id="about">Photography Club at Beijing University of Posts and Telecommunications</p>
<p class="text-muted" id="contact"><i class="fa fa-wechat" aria-hidden="true"></i> BUPTphotography</p>
</div>
</div>
</main>
<div>
<div class="bupt-foto-featurette">
<div class="container">
<h2 class="bupt-foto-featurette-title">T-Shirts</h2>
<p class="lead">BUPT Photography Club Official T-Shirts</p>
<hr class="half-rule">
<div class="row">
<div class="col-md-4">
<h4>2016 Edition - Standard</h4>
<img src="{{ '/img/t-shirts-2016/1.jpg' | relative_url }}" class="img-responsive" alt="2016 Black 1">
</div>
<div class="col-md-4">
<h4>2016 Edition - Veteran Cadre</h4>
<img src="{{ '/img/t-shirts-2016/2.jpg' | relative_url }}" class="img-responsive" alt="2016 Black 2">
</div>
<div class="col-md-4">
<h4>2015 Edition</h4>
<img src="{{ '/img/t-shirts-2015/1.jpg' | relative_url }}" class="img-responsive" alt="2015 Black 1">
</div>
</div>
<hr class="half-rule">
<p class="lead"><a href="{{ '/t-shirts/' | relative_url }}" class="btn btn-default btn-lg" role="button"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Shop T-Shirts</a></p>
</div>
</div>
</div>