-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
152 lines (143 loc) · 8.2 KB
/
about.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Evergreen Valley High School Math Club">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>EVHS Math Club</title>
<!-- Page styles -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-blue.min.css" />
<link rel="stylesheet" href="css/main.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title">EVHS Math Club</span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation. We hide it in small screens. -->
<nav class="top-navigation mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="index.html">Home</a>
<a class="mdl-navigation__link" href="about.html">About</a>
<a class="mdl-navigation__link" href="contests.html">Contests</a>
<a class="mdl-navigation__link" href="membersheet.html">Member Sheet</a>
<a class="mdl-navigation__link" href="calendar.html">Event Calendar</a>
<a class="mdl-navigation__link" href="lectures.html">Lectures</a>
<a class="mdl-navigation__link" href="resources.html">Resources</a>
<a class="mdl-navigation__link" href="https://evmt.github.io" target="_blank">EVMT</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">EVHS Math Club</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="index.html">Home</a>
<a class="mdl-navigation__link" href="about.html">About</a>
<a class="mdl-navigation__link" href="contests.html">Contests</a>
<a class="mdl-navigation__link" href="membersheet.html">Member Sheet</a>
<a class="mdl-navigation__link" href="calendar.html">Event Calendar</a>
<a class="mdl-navigation__link" href="lectures.html">Lectures</a>
<a class="mdl-navigation__link" href="resources.html">Resources</a>
<a class="mdl-navigation__link" href="https://evmt.github.io" target="_blank">EVMT</a>
</nav>
</div>
<main class="mdl-layout__content">
<h3 style="text-align:center">About the Club and the Officers</h3>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col mdl-card mdl-shadow--4dp">
<div class="mdl-card__title mdl-card--expand" style="background: url('images/group-photo.jpg') center / cover; height: 200px">
</div>
<div class="mdl-card__title mdl-card--expand">
<h2 class="mdl-card__title-text">About EVHS Math Club</h2>
</div>
<div class="mdl-card__supporting-text">
Our vision as a club is to provide an informal environment for EV students to enjoy math that isn’t taught at school and spend time interacting and collaborating with other students who are enthusiastic about math.
<ol>
<li>We will cover recreational math topics and team activities at regular meetings, such as game theory, expected value, and infinity. We will also host fun team competitions.</li>
<li>We will hold <b>serious</b> AMC, AIME, and tournament preparation meetings outside of school.</li>
<li>We will provide tutoring during regular meetings to students who seek help with their math classes.</li>
</ol>
</div>
</div>
<div class="mdl-cell mdl-cell--3-col mdl-card mdl-shadow--4dp">
<div class="mdl-card__title mdl-card--expand" style="background: url('images/deven.jpg') center / cover; height: 200px">
</div>
<div class="mdl-card__title mdl-card--expand">
<h2 class="mdl-card__title-text">Deven Navani</h2>
</div>
<div class="mdl-card__supporting-text">
Deven Navani is the president of EV's math club and a senior at Evergreen Valley High School. He spends his time coding, writing, leading the School Site Council, and doing card magic. He also does math.
</div>
</div>
<div class="mdl-cell mdl-cell--3-col mdl-card mdl-shadow--4dp">
<div class="mdl-card__title mdl-card--expand" style="background: url('images/michelle.jpg') center / cover; height: 200px">
</div>
<div class="mdl-card__title mdl-card--expand">
<h2 class="mdl-card__title-text">Michelle Li</h2>
</div>
<div class="mdl-card__supporting-text">
Michelle Li is the vice president of EV's math club and also a senior at Evergreen Valley. She enjoys solving challenging math problems, attending hackathons, and programming AIs to take over the world.
</div>
</div>
<div class="mdl-cell mdl-cell--3-col mdl-card mdl-shadow--4dp">
<div class="mdl-card__title mdl-card--expand" style="background: url('images/jocelin.png') center / cover; height: 200px">
</div>
<div class="mdl-card__title mdl-card--expand">
<h2 class="mdl-card__title-text">Jocelin Su</h2>
</div>
<div class="mdl-card__supporting-text">
Jocelin Su is the secretary of EV's math club. She is a junior that enjoys math, computer science, and playing around with AI- she especially loves meeting cool people at math tournaments and programs. Her other interests include reading, sleeping at a reasonable time, and milk tea.
</div>
</div>
<div class="mdl-cell mdl-cell--3-col mdl-card mdl-shadow--4dp">
<div class="mdl-card__title mdl-card--expand" style="background: url('images/matthew.jpg') center / cover; height: 200px">
</div>
<div class="mdl-card__title mdl-card--expand">
<h2 class="mdl-card__title-text">Matthew Guo</h2>
</div>
<div class="mdl-card__supporting-text">
Matthew Guo is the treasurer of EV's math club. He enjoys spending his free time studying physics, because it is such a wonderful science. Matthew also likes math, coding, and listening to music.
</div>
</div>
<div class="mdl-cell mdl-cell--3-col mdl-card mdl-shadow--4dp">
<div class="mdl-card__title mdl-card--expand" style="background: url('images/suhas.jpg') center / cover; height: 200px">
</div>
<div class="mdl-card__title mdl-card--expand">
<h2 class="mdl-card__title-text">Suhas Kotha</h2>
</div>
<div class="mdl-card__supporting-text">
Suhas is the Events Coordinator of Math Club. In his free time, he enjoys math, coding, arguing, and flaunting his really awesome socks
</div>
</div>
<div class="mdl-cell mdl-cell--3-col mdl-card mdl-shadow--4dp">
<div class="mdl-card__title mdl-card--expand" style="background: url('images/advisor.png') center / cover; height: 200px">
</div>
<div class="mdl-card__title mdl-card--expand">
<h2 class="mdl-card__title-text">Mr. Redillas</h2>
</div>
<div class="mdl-card__supporting-text">
Mr. Redillas is Evergreen Valley's Math Club advisor. He teaches AP Calculus BC, AP Statistics, and Common Core Math 3.
</div>
</div>
</div>
</main>
</div>
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</body>
</html>