-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
108 lines (93 loc) · 5.54 KB
/
contact.html
File metadata and controls
108 lines (93 loc) · 5.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>CSSA</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
<!-- Google Analystics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58935361-1', 'auto');
ga('send', 'pageview');
</script>
<script src="//code.jquery.com/jquery.min.js"></script>
<script>
$.get("assets/header.html", function(data){
$("#header-placeholder").replaceWith(data);
});
</script>
<script>
$.get("assets/footer.html", function(data){
$("#footer-placeholder").replaceWith(data);
});
</script>
</head>
<body>
<div class="container">
<div id="header-placeholder"></div>
<section>
<div class="row">
<div class="col-md-6">
<h1 class="center">Get Connected</h1>
<p> Here are some ways to contact the CSSA/keep in touch: </p>
<ul style="padding-left:4%">
<li> <p> Email us at <b> cssa@ocf.berkeley.edu</b>. </p> </li>
<li> <p> Join our facebook group <a href="https://www.facebook.com/groups/Cal.CSSA/"><u>here</u>. </a> </p> </li>
<li> <p> Like our conference facebook page <a href="https://www.facebook.com/cogscicon"><u>here</u>. </a> </p> </li>
<li> <p> Join our general or internal member mailing list <a href="https://docs.google.com/forms/d/1cWtqkJAJ_jyBB1fcyDm3otHfmzVjOfuhMJomZ7jb84Y/viewform?edit_requested=true"><u>here</u>. </a> </p> </li>
<li> <p> Join our alumni mailing list <a href="https://docs.google.com/forms/d/1UN7x8r64DmeY6NYfwIAHBNK2vpZWh6sVn2-3jrgc0qA/viewform?edit_requested=true"><u>here</u>. </a> </p> </li>
<li> <p> Come talk to us at any meeting/event! </li>
</ul>
</div>
<div class="col-lg-6 col-md-6">
<h1 class="center">Get Involved</h1>
<p> There are no formal requirements for membership and there are many ways to get involved. Here are some ways you can get involved: </p>
<ul style="padding-left:4%">
<li> <p> Learn more about what we've been up to recently <a href="https://docs.google.com/presentation/d/1X0SEpWho040bnI9ei6eVNJILLbr1CDgcDX10ot-32A8/edit?usp=sharing"><u>here</u>. </a> </p> </li>
<li> <p> Come to our weekly general meetings (Thursdays 7:00 pm - 8:00 pm in Room TBD). </p> </li>
<li> <p> Come to our weekly internal meetings to get more involved in planning and other behind the scenes work. </p> </li>
<li> <p> Get involved in our educational outreach program. More info <a href="./community.html"><u>here</u></a>. </p> </li>
<li> <p> Help plan our annual <a href="./ccsc19.html"><u> conference </u></a> by joining one of the planning committees (spring semester only). </p> </li>
</ul>
</div>
</div>
<!-- Separating Double Lines -->
<div style="padding-bottom:20px; margin-bottom: 2px; border-bottom: 2px solid"></div>
<div style="padding-bottom:20px; border-top: 2px solid"></div>
<div class="row">
<h1 class="center"> Send Us Your Feedback </h1>
<div class="col-md-2"> </div>
<div class="col-md-8">
<p class="center"> Please send us any feedback you have at <b>cssa@ocf.berkeley.edu</b>. Website fixes/requests, conference feedback, meetings/events feedback, it's all welcome! We are constantly trying to improve on everything we do and your feedback is greatly appreciated! </p>
</div>
</div>
</section>
<div id="buffer"></div>
<div id=footer-placeholder></div>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>