-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathofficers.html
121 lines (107 loc) · 5.11 KB
/
officers.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
<!DOCTYPE HTML>
<html>
<head>
<title>Officers</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header style="background: black; padding:40px 100px; opacity:0.85">
<h1><b>Officers</b></h1>
<p>UMASSD Big Data Club</p>
</header>
<!--<footer>
<a href="#banner" class="button style2 scrolly-middle">Proceed as anticipated</a>
</footer>-->
</section>
<section id="navbar">
<nav class="crumbs">
<ul>
<li class="home"><a href="index.html">Home</a></li>
<li class="previous_projects"><a href="previous_projects.html">Previous Projects</a></li>
<li class="active_projects"><a href="active_projects.html">Active Projects</a></li>
<li class="training_materials"><a href="training_materials.html">Training Materials</a></li>
<li class="contact"><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</section>
<!-- Banner -->
<section id="banner">
<header>
<h2>Meet the officers of Big Data Club</h2>
</header>
</section>
<!-- Feature 3 -->
<article class="container box style1 right">
<img src="images/john.jpeg" alt="" width="50%" height="50%" style="float:left"/>
<div class="inner" width = "50%">
<header>
<h2>John Willy III</h2>
<h3>President</h3>
<p>John is a junior computer science major and has been in the Big Data Club since Fall 2020. He has attended the ASA Datafest at Stonehill College and has worked on other projects with the club as well. He is currently doing research on neural ODEs with professor Alfa Heryudono. </p>
</header>
</div>
</article>
<!-- Feature 2 -->
<article class="container box style1 left">
<img src="images/Autor_m.jpeg" width="50%" height="50%" alt="" style="float: right;"/>
<div class="inner">
<header>
<h2>Kevin Chen</h2>
<h3>Vice President</h3>
</header>
<p>Kevin is a junior computer science major and has been in Big Data Club since Fall 2020. He has attended the 2022 ASA Datafest at Stonehill College and has worked on the Halite challenge with the club. He is currently a tutor at UMass Dartmouth.<br/><br/></p>
</div>
</article>
<!-- Feature 3 -->
<article class="container box style1 right">
<img src="images/Autor_w.png" width="50%" height="50%" alt="" style="float: left;"/>
<div class="inner">
<header>
<h2>Margaret Battersby</h2>
<h3>Secretary</h3>
<p>Maggie is a BS/MS student in software engineering and cybersecurity who has been with the Big Data Club since Fall 2022. She has worked on projects such as the Titanic and diamond challenges with the club.</p>
</header>
<!--<p>Connect with Andrew via <a href="https://www.linkedin.com/in/andrewanctil/">LinkedIn</a></p>-->
</div>
</article>
<!-- Feature 2 -->
<article class="container box style1 left">
<img src="images/Autor_m.png" width="50%" height="50%" alt="" style="float: right;"/>
<div class="inner">
<header>
<h2>Ryan Berry</h2>
<h3>Treasurer</h3>
</header>
<p>Ryan is a junior computer science and data science major and has been in Big Data Club since Spring 2022. He has attended the 2023 ASA Datafest at UMass Dartmouth and has worked on other projects with the club as well. He is currently a grader at UMass Dartmouth.</p>
<!--<p>Connect with Ben via <a href="https://www.linkedin.com/in/benjamin-pfeffer/">LinkedIn</a></p>-->
</div>
</article>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://github.com/UMDBigDataClub" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© University of Massachusetts Dartmouth Big Data Club. All rights reserved.</li>
<li></a></li>
</ul>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body></html>