forked from Chuqiaoo/Chuqiaoo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·111 lines (82 loc) · 3.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
layout: splash
author_profile: true
---
<figure>
<a href="{{ site.baseurl }}/event/bspr-meeting-2019"><img src="{{ site.baseurl }}/assets/images/bspr-2019-banner.png" alt="this is a placeholder image"></a>
</figure>
<span>The objectives of the British Society for Proteome Research (BSPR) are to advance the science of proteomics and to promote the study and research work in this and related areas for the benefit of all.</span>
<div class="feature__wrapper">
<div class="feature__item">
<div class="archive__item">
<!--<div class="archive__item-teaser">-->
<!--<img src="/bspr/assets/images/mm-feature.png" alt="customizable">-->
<!--</div>-->
<div class="archive__item-body">
<h2 class="archive__item-title">BSPR Events</h2>
<div class="archive__item-excerpt">
<p>
{% for post in site.categories.Events limit:3 %}
<li><a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</p>
</div>
<p><a href="{{site.baseurl}}/events" class="btn btn--primary">More</a></p>
<!--*****-->
<h2 class="archive__item-title">Proteomics Events</h2>
<div class="archive__item-excerpt">
<p>
{% include tess.html %}
</p>
</div>
<p><a href="{{site.baseurl}}/tessviewer/" class="btn btn--primary">More</a></p>
<!--*******-->
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<!--<div class="archive__item-teaser">-->
<!--<img src="/bspr/assets/images/mm-feature.png" alt="fully responsive">-->
<!--</div>-->
<div class="archive__item-body">
<h2 class="archive__item-title">BSPR News</h2>
<div class="archive__item-excerpt">
<p>
{% for post in site.categories.News limit:5 %}
<li><a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</p>
</div>
<p><a href="{{site.baseurl}}/news" class="btn btn--primary">More</a></p>
<!--*****-->
<h2 class="archive__item-title">BSPR Newsletters</h2>
<div class="archive__item-excerpt">
<p>
{% for post in site.categories.Newsletters limit:5 %}
<li><a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</p>
</div>
<p><a href="{{site.baseurl}}/newsletters" class="btn btn--primary">More</a></p>
<!--*********-->
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<!--<div class="archive__item-teaser">-->
<!--<img src="/bspr/assets/images/mm-feature.png" alt="100% free">-->
<!--</div>-->
<div class="archive__item-body">
<!--<h2 class="archive__item-title">BSPR Newsletters</h2>-->
<div class="archive__item-excerpt">
<p>
{% include twitter.html %}
</p>
</div>
<!--<p><a href="/bspr/newsletters" class="btn btn--primary">More</a></p>-->
</div>
</div>
</div>
</div>