-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
158 lines (148 loc) · 6.49 KB
/
index.html
File metadata and controls
158 lines (148 loc) · 6.49 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--CSS-->
<link rel="stylesheet" href="assets/css/index.css">
<link href="assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/bootstrap-icons/font/bootstrap-icons.css">
<!--JS-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/index.js"></script>
<!--Favicon Image-->
<link rel="icon" type="png" href="/assets/images/SigWeb Logo.png" />
<title>Kansas State University ACM SIGWEB</title>
<meta name="description" content="We are K-State ACM SIGWEB!">
</head>
<body>
<header>
<!--Nav Bar for navigating the page-->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand bg-primary" href="#">K-State ACM SIGWEB</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault"
aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container-fluid">
<div class="row">
<div class="carousel col-md-12 landing-row">
<h1 class="text" class="text-black text-center">K-STATE ACM SIGWEB</h1>
</div>
</div>
</div>
<!--Events Calendar-->
<div class="container">
<div class="row">
<div class="event-calendar col-md-6 col-sm-8 col-xs-12 mx-auto" id="Calendar">
<div class="row">
<h3 class="display-6 text-center">Upcoming Events</h3>
</div>
<table class="table">
<thead class="table-light">
<tr>
<th scope="col">Date</th>
<th scope="col">Title</th>
<th scope="col">Reccuring</th>
<th scope="col">Info</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Wed 5:00PM</th>
<td>Weekly Meetup</td>
<td>Yes</td>
<td>
<button class="btn btn-dark" type="button" data-bs-toggle="offcanvas"
data-bs-target="#WeeklyMeetupInfo" aria-controls="WeeklyMeetupInfo">Meeting
Info</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="offcanvas offcanvas-start " tabindex="-1" id="WeeklyMeetupInfo"
aria-labelledby="WeeklyMeetupInfoLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title display-5" id="WeeklyMeetupInfoLabel">Weekly Meetup</h5>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<h6 class="display-6">Time & Place:</h6>
<p>We meet in Room #### every Wednesday at 5:00PM</p>
<h6 class="display-6">Relevant Info:</h6>
<p>
In this meeting we plan future events for our club to host and also
occasionally lead tutorial on web development. Come join us if you are interested in the
vast world of web development!
</p>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card">
<img src="assets/images/SigWeb Logo.png" class="card-img-top" alt="SIG Web Dev Logo">
<div class="card-body">
<h5 class="card-title">Sig Web Website</h5>
<h6 class="text-muted">Current Project</h6>
<p class="card-text">This website is what we are currently working on</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="assets/images/WebDevPhoto.png" class="card-img-top" alt="Web Development Stock Photo">
<div class="card-body">
<h5 class="card-title">Project 1</h5>
<h6 class="text-muted">Something</h6>
<p class="card-text">Hello</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="assets/images/HTML.jfif" class="card-img-top" alt="HTML Stock Photo">
<div class="card-body">
<h5 class="card-title">Project 2</h5>
<h6 class="text-muted">Something</h6>
<p class="card-text">Hi</p>
</div>
</div>
</div>
</div>
<footer>
<div class="row align-items-center bg-black">
<div class="col-md-6 text-start clearfix">
<img class="img-fluid" src="assets/images/SigWeb Logo.png" alt="SIGWEB Logo"
style="height: auto; max-height: 5em;">
</div>
<div class="col-md-6 text-end">
<a href="mailto:russfeld@k-state.edu" target="_blank" style="color:black">
<i class="bi-envelope" style="font-size: 4em; color:white"></i>
</a>
<a href=" https://discord.gg/amqHhjAsfr" target="_blank">
<i class="bi-discord" style="font-size: 4em; color:#738ADB" aria-label="Discord"
alt="Discord Logo"></i>
</a>
</div>
</div>
</footer>
</body>
</html>