-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.htm
102 lines (91 loc) · 4.68 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/all_pages.css">
<link rel="stylesheet" href="/css/index.css">
<script src="js/dropdown-menu.js"></script>
<title>SAI BYUI</title>
</head>
<body>
<header>
<div class="content">
<a href="index.htm" id="site-title">
<!-- <img src="images/society-icon.png"> -->
<h2>SAI <span id=touchup>BYU-I</span></h2>
</a>
<p id="menu-icon"><a href="#">≡</a></p>
<ul id="navigation" class="responsive">
<li><a href="index.htm">Home</a></li>
<li><a href="pages/about/about.htm">About</a></li>
<li><a href="pages/gallery/gallery.htm">Projects</a></li>
<li><a href="pages/how-to-join/how-to-join.htm">Join</a></li>
<li><a href="pages/tutorials/getting-started.htm">Tutorials</a></li>
</ul>
</div>
</header>
<section id="hero">
<div class="content">
<div class="textbox">
<h2>Society of Artificial Intelligence</h2>
<h3>Founded and run by students of BYU - Idaho</h3>
</div>
<div id="hero-img">
<img src="images/laptop-code.jpg" alt="laptop with code on screen">
<div id="blur"></div>
</div>
</div>
</section>
<section id="green-line">
</section>
<main>
<section>
<!-- This style of section is displayed as shown below:
#### h2 title
#### text description
. h2 title ####
text description #### -->
<!-- display-img: The image that matches with a section of text -->
<a class="display-img" href="https://ibelong.byui.edu/student_community?club_id=47021&menu=about" target="_blank" rel="noopener noreferrer">
<picture>
<img src="images/i-belong-logo.png" alt="I-Belong screenshot from the phone app">
</picture>
</a>
<!-- content: The content that goes with the img. As per the description
above, this is 'title' and 'text description' -->
<div class="content">
<h2>I-Belong</h2>
<p>Any student who wants to learn about artificial intelligence, machine learning, or programming can join.
Find us on <a href="https://ibelong.byui.edu/student_community?club_id=47021&menu=about" target="_blank" rel="noopener noreferrer">I-Belong</a>.</p>
</div>
</section>
<section>
<a class="display-img" href="https://teams.microsoft.com/_?lm=deeplink&lmsrc=homePageWeb&cmpid=WebSignIn#/school/conversations/General?threadId=19:[email protected]&ctx=channel" target="_blank" rel="noopener noreferrer">
<picture>
<img src="images/Microsoft-Teams-Logo.png" alt="Microsoft Teams Logo">
</picture>
</a>
<div class="content">
<h2>Where Does the Society Meet?</h2>
<p>Meetings are held over Microsoft Teams and occasionally in person Thursdays at 6:00pm MST. Meetings start the third week of the semester and end a week before the semester ends.
In-person meetings are broadcast via Microsoft Teams.
Link to <a href="https://teams.microsoft.com/_?lm=deeplink&lmsrc=homePageWeb&cmpid=WebSignIn#/school/conversations/General?threadId=19:[email protected]&ctx=channel" target="_blank" rel="noopener noreferrer">
Society of AI Microsoft Teams</a>.</p>
</div>
</section>
</main>
<footer>
<p>© Society of Artificial Intelligence 2021</p>
<div>
<a href="https://ibelong.byui.edu/student_community?club_id=47021&menu=about" target="_blank" rel="noopener noreferrer">
<!-- <img src="logo for i-belong" alt=""> -->
</a>
<p>Website maintained by <a href="https://www.linkedin.com/in/adamamott/" target="_blank" rel="noopener noreferrer">Adam Amott</a>. To volunteer, reach out on LinkedIn.</p>
</div>
</footer>
</body>
</html>