File tree 3 files changed +42
-14
lines changed
3 files changed +42
-14
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ layout: 'infopage'
4
4
---
5
5
6
6
#### About WiCyS @ OSU
7
- TBA
7
+ TBA
8
+
9
+ ** Their website is in progress!**
8
10
9
11
#### Current leadership:
10
12
13
15
- Treasurer: ** Alexa Baruela**
14
16
- Relations Officer: ** Mayra Solorio**
15
17
- Event Coordinator: ** Jordan White**
16
- - Secretary: ** Jacquelyn Sansone**
18
+ - Secretary: ** Jacquelyn Sansone**
19
+ - Web Master: ** Jamie Dang**
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ menu:
30
30
url : ' /resources/'
31
31
weight : 7
32
32
about :
33
- - name : ' Who We Are'
34
- url : ' /about/'
35
- weight : 1
36
- - name : ' Club Constitution'
37
- url : ' /club-constitution/'
38
- weight : 2
39
- - name : ' WiCyS'
40
- url : ' /wicys/'
41
- weight : 3
33
+ - name : ' Who We Are'
34
+ url : ' /about/'
35
+ weight : 1
36
+ - name : ' Club Constitution'
37
+ url : ' /club-constitution/'
38
+ weight : 2
39
+ - name : ' WiCyS'
40
+ url : ' /wicys/'
41
+ weight : 3
42
42
43
43
params :
44
44
dateFormat : " Jan 2, 2006"
@@ -47,3 +47,11 @@ params:
47
47
subTitle : ' Weekly Meetings, Guest Speakers, and CDC/CTF Competitions'
48
48
sliLink : ' https://apps.ideal-logic.com/osusli?key=F3T9-25VWY_5878-CZ4R_bc14da8b'
49
49
discordLink : ' https://discord.gg/ayX8f5W'
50
+ socialLinks :
51
+ - name : " Instagram"
52
+ url : " https://www.instagram.com/dam.secure/"
53
+ icon : " fab fa-instagram"
54
+ - name : " Twitter"
55
+ url : " https://x.com/OSUSEC"
56
+ icon : " fab fa-twitter"
57
+
Original file line number Diff line number Diff line change 1
1
< footer class ="border-top py-4 bg-light ">
2
2
< div class ="text-muted text-center ">
3
- < p > © 2024 OSU Security Club.</ p >
4
- < p > Contact us at: < a href ="mailto:{{ .Site.Params.emailAddr }} " class ="text-reset text-decoration-none fw-bold "> {{ .Site.Params.emailAddr }}</ a > </ p >
3
+ < p > © < script > document . write ( new Date ( ) . getFullYear ( ) ) </ script > OSU Security Club.</ p >
4
+ < p >
5
+ Contact us at:
6
+ < a href ="mailto:{{ .Site.Params.emailAddr }} " class ="text-reset text-decoration-none fw-bold ">
7
+ {{ .Site.Params.emailAddr }}
8
+ </ a >
9
+ </ p >
10
+ < div class ="mt-3 ">
11
+ <!-- Social Media Icons -->
12
+ {{ with .Site.Params.socialLinks }}
13
+ < div class ="d-flex justify-content-center gap-3 ">
14
+ {{ range . }}
15
+ < a href ="{{ .url }} " target ="_blank " class ="text-reset " title ="{{ .name }} ">
16
+ < i class ="{{ .icon }} " aria-hidden ="true "> </ i >
17
+ </ a >
18
+ {{ end }}
19
+ </ div >
20
+ {{ end }}
21
+ </ div >
5
22
</ div >
6
- </ footer >
23
+ </ footer >
You can’t perform that action at this time.
0 commit comments