-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (147 loc) · 7.65 KB
/
index.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
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="web research project for Eaton RESA Digital Media & Design students">
<meta name="author" content="Chad Bennett, Eaton RESA">
<link rel="canonical" href="https://chad-bennett.github.io/web-research/">
<link rel="shortcut icon" href="./img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>ERESA web research</title>
<link href="./css/bootstrap-3.3.7.min.css" rel="stylesheet">
<link href="./css/font-awesome-4.7.0.css" rel="stylesheet">
<link href="./css/base.css" rel="stylesheet">
<link rel="stylesheet" href="./css/highlight.css">
<link href="stylesheets/extra.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script src="./js/jquery-3.2.1.min.js"></script>
<script src="./js/bootstrap-3.3.7.min.js"></script>
<script src="./js/highlight.pack.js"></script>
<script src="./js/elasticlunr.min.js"></script>
<base target="_top">
<script>
var base_url = '.';
var is_top_frame = (window === window.parent);
var pageToc = [
{title: "web foundations", url: "#_top", children: [
{title: "digital media & design", url: "#digital-media-design" },
{title: "the site", url: "#the-site" },
]},
];
</script>
<script src="./js/base.js"></script>
</head>
<body>
<script>
if (is_top_frame) { $('body').addClass('wm-top-page'); }
</script>
<nav class="navbar wm-page-top-frame">
<div class="container-fluid wm-top-container">
<div class="wm-top-tool pull-right wm-vcenter">
<form class="dropdown wm-vcentered" id="wm-search-form" action="./search.html">
<button id="wm-search-show" class="btn btn-sm btn-default" type="submit"
><i class="fa fa-search" aria-hidden="true"></i></button>
<div class="input-group input-group-sm wm-top-search">
<input type="text" name="q" class="form-control" id="mkdocs-search-query" placeholder="Search" autocomplete="off">
<span class="input-group-btn" role="search">
<button class="btn btn-default dropdown-toggle collapse" data-toggle="dropdown" type="button"><span class="caret"></span></button>
<ul id="mkdocs-search-results" class="dropdown-menu dropdown-menu-right"></ul>
<button id="wm-search-go" class="btn btn-default" type="submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</span>
</div>
</form>
</div>
<div class="wm-top-tool wm-vcenter pull-right wm-small-left">
<button id="wm-toc-button" type="button" class="btn btn-sm btn-default wm-vcentered"><i class="fa fa-th-list" aria-hidden="true"></i></button>
</div>
<a href="" class="wm-top-brand wm-top-link wm-vcenter">
<div class="wm-top-title">
ERESA web research<br>
</div>
</a>
</div>
</nav>
<div id="main-content" class="wm-page-top-frame">
<nav class="wm-toc-pane">
<ul class="wm-toctree wm-toc-repo">
<li class="wm-toc-li wm-toc-lev1">
<a class="wm-article-link wm-toc-text" href="https://github.com/chad-bennett/web-research/">
<i class="fa fa-github"></i>
GitHub
</a>
</li>
</ul>
<ul class="wm-toctree">
<li class="wm-toc-li wm-toc-lev1 "><a href="" class="wm-article-link wm-toc-text">Home</a>
</li>
<li class="wm-toc-li wm-toc-lev1 "><a href="template/" class="wm-article-link wm-toc-text">Template</a>
</li>
<li class="wm-toc-li wm-toc-lev1 wm-toc-opener"><span class="wm-toc-text">intro to internet</span>
</li>
<li class="wm-toc-li-nested collapse">
<ul class="wm-toctree">
<li class="wm-toc-li wm-toc-lev2 "><a href="template2/" class="wm-article-link wm-toc-text">Navigation test</a>
</li>
</ul>
</li>
</ul>
</nav>
<div class="wm-content-pane">
<iframe class="wm-article" name="article"></iframe>
</div>
</div>
<div class="container-fluid wm-page-content">
<a name="_top"></a>
<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation">
<div class="wm-article-nav pull-right">
<a href="template/" class="btn btn-xs btn-default pull-right">
Next
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="template/" class="btn btn-xs btn-link">
Template
</a>
</div>
</div>
<h1 id="web-foundations">web foundations</h1>
<p>This site serves as a simple foundation introduction to the internet and issues related to web. Students were assigned different topics to research and explore. In addition to writing a short introduction to their topic, students were required to create a relevant illustration and include links to additional resources.</p>
<p>Many topics have multiple entries because there are two class sections and a limited amount of topics being researched. Each student is credited on their individual page.</p>
<hr />
<h2 id="digital-media-design">digital media & design</h2>
<p>The Digital Media and Design program is the visual design course at the <a href="http://www.eatonresa.org/services/career-and-technical-education/">Eaton RESA Career Preparation Center</a> at <a href="https://lcc.edu/">Lansing Community College</a>. Students are high-school juniors and seniors attending college level classes and potentially earning college credit. Over the course of one school year, students are introduced to basic Design and Communication concepts, computer graphic design using Photoshop, and Web Design development. These courses are foundation classes in the Art Design & Multimedia program at LCC.</p>
<p><a href="https://chad-bennett.github.io/home/">Chad Bennett</a> is the course instructor. Please direct any questions or comments to him.</p>
<h2 id="the-site">the site</h2>
<p>This site was created using the <a href="http://www.mkdocs.org/">MKDocs</a> site generation system with a modified version of the <a href="https://gristlabs.github.io/mkdocs-windmill/">Windmill theme</a> by <a href="https://github.com/gristlabs">Grist Labs</a>. All content was collected, curated, and created by the students of the Digital Media & Design program.</p>
<br>
<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation">
<div class="wm-article-nav pull-right">
<a href="template/" class="btn btn-xs btn-default pull-right">
Next
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="template/" class="btn btn-xs btn-link">
Template
</a>
</div>
</div>
<br>
</div>
<footer class="container-fluid wm-page-content">
<p>
<a href="https://github.com/chad-bennett/web-research/edit/master/docs/index.md"><i class="fa fa-github"></i>
Edit on GitHub</a>
</p><p>Eaton RESA Digital Media & Design</p>
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a> using <a href="https://github.com/gristlabs/mkdocs-windmill">Windmill</a> theme by Grist Labs.</p>
</footer>
</body>
</html>
<!--
MkDocs version : 1.1
Build Date UTC : 2020-03-12 15:32:16
-->