Skip to content

Commit 07bb87d

Browse files
committed
Add research poster
1 parent bbd40f3 commit 07bb87d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

site/index.html

+11-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,17 @@ <h2 id="documents" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 d
6565
</p>
6666
<br>
6767
<div class="grid gap-3">
68+
<a href="./pdf/Research Poster.pdf"
69+
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
70+
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">Research Poster
71+
</h5>
72+
</a>
6873
<a href="./pdf/Functional Specification.pdf"
6974
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
70-
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">Functional
71-
Specification</h5>
75+
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
76+
Functional
77+
Specification
78+
</h5>
7279
</a>
7380
<a href="./pdf/Design Manual.pdf"
7481
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
@@ -135,8 +142,8 @@ <h2 id="creator" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 dar
135142
<h2 id="contact" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white">
136143
Contact
137144
<a href="#about">
138-
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
139-
width="24" height="24" fill="none" viewBox="0 0 24 24">
145+
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true"
146+
xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
140147
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
141148
d="m16 17-4-4-4 4m8-6-4-4-4 4" />
142149
</svg>

site/pdf/Research Poster.pdf

926 KB
Binary file not shown.

0 commit comments

Comments
 (0)