File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,17 @@ <h2 id="documents" class="mb-4 text-4xl tracking-tight font-bold text-gray-900 d
65
65
</ p >
66
66
< br >
67
67
< 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 >
68
73
< a href ="./pdf/Functional Specification.pdf "
69
74
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 >
72
79
</ a >
73
80
< a href ="./pdf/Design Manual.pdf "
74
81
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
135
142
< h2 id ="contact " class ="mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white ">
136
143
Contact
137
144
< 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 ">
140
147
< path stroke ="currentColor " stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 "
141
148
d ="m16 17-4-4-4 4m8-6-4-4-4 4 " />
142
149
</ svg >
You can’t perform that action at this time.
0 commit comments