Skip to content

Commit 0dfc741

Browse files
authored
Merge pull request #48 from haskellfoundation/feat/vision-statement
Add vision-statement. Move /press to contact dropdown
2 parents 84b6b93 + a367fa9 commit 0dfc741

File tree

31 files changed

+1908
-375
lines changed

31 files changed

+1908
-375
lines changed

docs/affiliates/about/index.html

+25-22
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,25 @@
3939
<a href="../../" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Home</a>
4040

4141

42+
<div href="../../vision" class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Vision</div>
43+
4244
<div href="../../who-we-are" class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Who We Are</div>
4345
<a href="../../who-we-are" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Current Board</a>
4446
<a href="../../who-we-are/past-boards" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Past Boards</a>
4547

4648
<a href="../../projects" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Projects</a>
4749

48-
49-
5050
<div href="../../affiliates" class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Affiliates</div>
5151
<a href="../../affiliates" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Affiliates</a>
5252
<a href="../../affiliates/about" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">About Affiliating</a>
5353

54-
55-
5654
<a href="../../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
57-
55+
<a href="../../contact" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
56+
<a href="../../contact/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
5857

5958
<a href="../../news" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
60-
61-
62-
<a href="../../press" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
63-
64-
6559
<a href="../../donations" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Sponsorship</a>
66-
67-
6860
<a href="../../resources" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
69-
70-
7161
<a href="../../faq" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
7262

7363

@@ -92,6 +82,7 @@
9282
<nav class="hidden lg:block">
9383
<ul class="flex space-x-8 xl:space-x-12">
9484

85+
9586
<li class="relative">
9687
<a href="../../who-we-are" id="who-we-are-nav-item">Who We Are</a>
9788

@@ -109,6 +100,12 @@
109100

110101
</li>
111102

103+
104+
<li class="relative">
105+
<a href="../../vision" id>Vision</a>
106+
107+
</li>
108+
112109
<li class="relative">
113110
<a href="../../projects" id>Projects</a>
114111

@@ -136,11 +133,6 @@
136133

137134
</li>
138135

139-
<li class="relative">
140-
<a href="../../press" id>Press</a>
141-
142-
</li>
143-
144136
<li class="relative">
145137
<a href="../../donations" id>Sponsorship</a>
146138

@@ -151,11 +143,22 @@
151143

152144
</li>
153145

154-
<li class="relative">
155-
<a href="../../contact" id>Contact</a>
146+
<li class="relative">
147+
<a href="../../contact" id="contact-nav-item">Contact</a>
156148

157-
</li>
149+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="contact-nav-item-menu">
150+
151+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../../contact">
152+
Contact
153+
</a>
154+
155+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../../contact/press">
156+
Press
157+
</a>
158+
159+
</div>
158160

161+
</li>
159162

160163
<li class="relative">
161164
<a href="../../faq" id>FAQ</a>

docs/affiliates/index.html

+25-22
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,25 @@
3939
<a href="../" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Home</a>
4040

4141

42+
<div href="../vision" class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Vision</div>
43+
4244
<div href="../who-we-are" class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Who We Are</div>
4345
<a href="../who-we-are" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Current Board</a>
4446
<a href="../who-we-are/past-boards" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Past Boards</a>
4547

4648
<a href="../projects" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Projects</a>
4749

48-
49-
5050
<div href="../affiliates" class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Affiliates</div>
5151
<a href="../affiliates" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Affiliates</a>
5252
<a href="../affiliates/about" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">About Affiliating</a>
5353

54-
55-
5654
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
57-
55+
<a href="../contact" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
56+
<a href="../contact/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
5857

5958
<a href="../news" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
60-
61-
62-
<a href="../press" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
63-
64-
6559
<a href="../donations" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Sponsorship</a>
66-
67-
6860
<a href="../resources" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
69-
70-
7161
<a href="../faq" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
7262

7363

@@ -92,6 +82,7 @@
9282
<nav class="hidden lg:block">
9383
<ul class="flex space-x-8 xl:space-x-12">
9484

85+
9586
<li class="relative">
9687
<a href="../who-we-are" id="who-we-are-nav-item">Who We Are</a>
9788

@@ -109,6 +100,12 @@
109100

110101
</li>
111102

103+
104+
<li class="relative">
105+
<a href="../vision" id>Vision</a>
106+
107+
</li>
108+
112109
<li class="relative">
113110
<a href="../projects" id>Projects</a>
114111

@@ -136,11 +133,6 @@
136133

137134
</li>
138135

139-
<li class="relative">
140-
<a href="../press" id>Press</a>
141-
142-
</li>
143-
144136
<li class="relative">
145137
<a href="../donations" id>Sponsorship</a>
146138

@@ -151,11 +143,22 @@
151143

152144
</li>
153145

154-
<li class="relative">
155-
<a href="../contact" id>Contact</a>
146+
<li class="relative">
147+
<a href="../contact" id="contact-nav-item">Contact</a>
156148

157-
</li>
149+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="contact-nav-item-menu">
158150

151+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact">
152+
Contact
153+
</a>
154+
155+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact/press">
156+
Press
157+
</a>
158+
159+
</div>
160+
161+
</li>
159162

160163
<li class="relative">
161164
<a href="../faq" id>FAQ</a>

docs/board-nominations/index.html

+25-22
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,25 @@
3939
<a href="../" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Home</a>
4040

4141

42+
<div href="../vision" class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Vision</div>
43+
4244
<div href="../who-we-are" class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Who We Are</div>
4345
<a href="../who-we-are" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Current Board</a>
4446
<a href="../who-we-are/past-boards" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Past Boards</a>
4547

4648
<a href="../projects" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Projects</a>
4749

48-
49-
5050
<div href="../affiliates" class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Affiliates</div>
5151
<a href="../affiliates" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Affiliates</a>
5252
<a href="../affiliates/about" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">About Affiliating</a>
5353

54-
55-
5654
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
57-
55+
<a href="../contact" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
56+
<a href="../contact/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
5857

5958
<a href="../news" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
60-
61-
62-
<a href="../press" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
63-
64-
6559
<a href="../donations" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Sponsorship</a>
66-
67-
6860
<a href="../resources" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
69-
70-
7161
<a href="../faq" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
7262

7363

@@ -92,6 +82,7 @@
9282
<nav class="hidden lg:block">
9383
<ul class="flex space-x-8 xl:space-x-12">
9484

85+
9586
<li class="relative">
9687
<a href="../who-we-are" id="who-we-are-nav-item">Who We Are</a>
9788

@@ -109,6 +100,12 @@
109100

110101
</li>
111102

103+
104+
<li class="relative">
105+
<a href="../vision" id>Vision</a>
106+
107+
</li>
108+
112109
<li class="relative">
113110
<a href="../projects" id>Projects</a>
114111

@@ -136,11 +133,6 @@
136133

137134
</li>
138135

139-
<li class="relative">
140-
<a href="../press" id>Press</a>
141-
142-
</li>
143-
144136
<li class="relative">
145137
<a href="../donations" id>Sponsorship</a>
146138

@@ -151,11 +143,22 @@
151143

152144
</li>
153145

154-
<li class="relative">
155-
<a href="../contact" id>Contact</a>
146+
<li class="relative">
147+
<a href="../contact" id="contact-nav-item">Contact</a>
156148

157-
</li>
149+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="contact-nav-item-menu">
158150

151+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact">
152+
Contact
153+
</a>
154+
155+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact/press">
156+
Press
157+
</a>
158+
159+
</div>
160+
161+
</li>
159162

160163
<li class="relative">
161164
<a href="../faq" id>FAQ</a>

0 commit comments

Comments
 (0)