-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
118 lines (114 loc) · 6.86 KB
/
history.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CoRE | History </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Favicon Start -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="favicon.ico">
<meta name="msapplication-config" content="favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Favicon End -->
<link rel="stylesheet" href="semantic/dist/semantic.css" media="screen">
<link rel="stylesheet" href="assets/css/edits.css" media="screen">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
</head>
<body>
<nav class="ui borderless stackable menu">
<div class="ui container">
<a class="item" href="./index.html">
<img class="ui mini image" src="assets/images/corebot/corebot.svg">
</a>
<a class="item" href="./index.html">Home</a>
<a class="item" href="./traditions.html">Traditions</a>
<a class="item" href="./events.html">Events</a>
<a class="item" href="./history.html">History</a>
<a class="item" href="./join.html">Join</a>
<a class="item" href="./contact.html">Contact</a>
</div>
</nav>
<div class="ui container">
<div style="font-size: 18px;" class="ui segment">
<div class="ui huge header">Important Achievements</div>
<div style="font-size: 18px;" class="ui center aligned items">
<div style="font-size: 18px;" class="item">
<div class="hard-code-centered image">
<i class="massive trophy icon"></i>
</div>
<div class="content">
<h1 class="header">
Award Winning Learning Community
</h1>
<div class="description">
<p>
CoRE has won several awards from the National Residency Hall Honorary Committee. In particular, we have won <a href="assets/pdfs/organization_of_month.pdf"><em>Organization of the Month</em></a>,
<a href="assets/pdfs/spotlight_of_month.pdf"><em>Spotlight of the Month</em></a>, and <a href="assets/pdfs/educational_program_of_month.pdf"><em>Educational Program of the Month</em></a>. CoRE continues to enjoy creating engaging and interactive events that relate to our mission and continue to be active members within our community.
</p>
</div>
</div>
</div>
<div style="font-size: 18px;" class="item">
<div class="hard-code-centered image">
<i class="massive home icon"></i>
</div>
<div class="content">
<h1 class="header">
The Oldest Learning Community at Binghamton University
</h1>
<div class="description">
<p>
CoRE is one of the few and the oldest special interest housing groups on campus, with our roots dating back to 1991. In the past, there were many different special interest housing groups until the school decided to start getting rid of all of them. CoRE
fought back with all its might and won, continuing on still today. We have a very large alumni base because of our age, many of whom live in Binghamton still. They are always there to give advice and in some cases, even
offer jobs! They are also how we pass on our history. Each year at the CoRE Lore dinner, the alumni are there to verbally pass on the history of CoRE to the new members. To learn more about the CoRE Lore dinner, visit the
traditions page.
</p>
</div>
</div>
</div>
<div style="font-size: 18px;" class="item">
<div class="hard-code-centered image">
<i class="massive wifi icon"></i>
</div>
<div class="content">
<h1 class="header">
Dickinson Community and Dickinson Town Council
</h1>
<div class="description">
<p>
CoRE created and hosted a website for the Dickinson Community from 1997 to 1999, making Dickinson the first community to hit the internet. We also had a portion of that website sectioned off for the Dickinson Town Council, it had links to their constitution,
voting rights, and other procedural documents.
</p>
</div>
</div>
</div>
<div style="font-size: 18px;" class="item">
<div class="hard-code-centered image">
<i class="massive laptop icon"></i>
</div>
<div class="content">
<h1 class="header">
The ResCon Program
</h1>
<div class="description">
<p>
If you live on campus and you ever have problems with your laptop, desktop, phone, tablet, anything electronic, you can get help from the ResCon program. The ResCon program is essentially a student run IT service that was created a number of years ago
to help students fix their computer problems. It is a very reputable group on campus. We did some digging on our CoRE server and we found some emails from the school webadmin to CoRE asking how to fix problems on campus.
We also found that all of the original ResCon's were CoRE members, which leads us to believe that CoRE actually played a role in starting the ResCon program.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</body>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="semantic/dist/semantic.min.js"></script>
</html>