-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-this-website.html
191 lines (173 loc) · 8.33 KB
/
about-this-website.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Cornell Computer Reuse Association - About This Website</title>
<link rel="stylesheet" type="text/css" href="styles/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="styles/site.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="container-fluid">
<header>
<div class="navbar navbar-expand-md">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="container-fluid text-center">
<div class="row justify-content-center">
<div class="col-md-2 align-self-center">
<a href="index.html">
<img class="" src="images/ccralogo8.png" width="150" height="69"
alt="Cornell Computer Reuse Association Logo">
</a>
</div>
<div class="col-md align-self-center">
<a href="index.html">
<h3>
Cornell Computer Reuse Association
</h3>
</a>
</div>
</div>
<nav class="navbar navbar-expand-md">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav m-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Donate/Request Computers
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="donate-computers.html">Donate Computers</a>
</li>
<li><a class="dropdown-item" href="request-computers.html">Request Computers</a>
</li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="give-money.html">Give Money</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="press.html">Media & Press</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact/Join Us</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<main>
<!-- Here's an Easter Egg. If you are reading this, send a screenshot to [email protected] and you might get a surprise! -->
<h4>About This Website</h4>
<p>Welcome to the CCRA website! This website has gone through a number of revisions over the years. The
<a href="https://web.archive.org/web/20141108051624/http://www.cornellcomputerreuse.org/">original site</a> was made in Wordpress and served the CCRA well for many years. In late 2022, the CCRA
decided to completely redesign the website in favor of a simpler, brighter, and easier-to-use website. <a href="https://web.archive.org/web/20220621152516/https://cornellcomputerreuse.org/">This</a> was the final site before the redesign.
</p>
<p>The <a href="https://server.reidf.net/old_ccra/">original redesign</a> was created in Fall 2022 for the final project of INFO 1300, an introductory web
design/development class at Cornell. In December 2022, the site was further optimized using Bootstrap.
<a href="https://reidf.net">Reid Fleishman</a> is the current maintainer of the website and it is hosted
on his <a href="https://server.reidf.net">server</a>.</p>
<p><span class="emphasis">Version History:</span>
<br>
Version 2.4 - 5/31/24
<br>
• Updated content on various pages
<br>
<br>
Version 2.3 - 3/17/24
<br>
• Updated content on various pages
<br>
<br>
Version 2.2 - 1/26/24
<br>
• Updated content on various pages for Spring 2024
<br>
• Added a table of inventory counts on the Request Computers page
<br>
<br>
Version 2.1.6 - 11/30/23
<br>
• Added a disclaimer in the footer to meet current Cornell brand requirements
<br>
<br>
Version 2.1.5 - 9/3/23
<br>
• Added a uniform GroupMe invite URL
<br>
<br>
Version 2.1.4 - 8/26/23
<br>
• Updated info for the Fall 2023 semester
<br>
<br>
Version 2.1.3 - 3/12/23
<br>
• Updated the new team email
<br>
<br>
Version 2.1.2 - 2/12/23
<br>
• Changed the meeting time
<br>
<br>
Version 2.1.1 - 1/12/23
<br>
• Fixed a small typo
<br>
<br>
Version 2.1 - 12/22/22
<br>
• Re-wrote site using the Bootstrap framework
<br>
<br>
Version 2.0 - 12/19/22
<br>
• Completely redesigned site
</p>
</main>
<footer>
<div class="container-fluid text-center">
<div class="row justify-content-center">
<div class="col-md">
<p class="float-md-start">© Cornell Computer Reuse Association 2024</p>
</div>
<div class="col-md">
<a class="float-md-end"
href="https://www.facebook.com/Cornell-Computer-Reuse-Association-418484831551199/"
target="_blank">
<img class="" src="images/facebook-icon.png" width="30" height="30" alt="facebook logo">
</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md">
<p class="float-md-start"><a href="about-this-website.html">About this Website</a></p>
</div>
<div class="col-md">
</div>
</div>
<p>This organization is a registered student organization of Cornell University.</p>
</div>
</footer>
</div>
<!-- <script src="scripts/jquery-3.6.2.min.js"></script> -->
<script src="scripts/bootstrap.bundle.min.js"></script>
</body>
</html>