-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
73 lines (60 loc) · 2.5 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
<!doctype html>
<html>
<head>
<meta content='Design, Dev, and Business Resources' property='og:title'>
<meta content='Made with love for students at MCC' name='description'>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width'>
<title>Design, Dev, and Business Resources</title>
<link href='https://fonts.googleapis.com/css?family=Montserrat:700|Lato:400,700' rel='stylesheet' type='text/css'>
<link href='style.css' rel='stylesheet'>
<!-- Flatdoc -->
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js'></script>
<!-- Flatdoc theme -->
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/theme-white/script.js'></script>
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.github('mccdgm/student-resources', 'resources.md')
});
</script>
</head>
<body role='flatdoc' class='no-literate'>
<div class='content-root'>
<div class='menubar'>
<div class='menu section' role='flatdoc-menu'></div>
</div>
<div class='content intro'>
<h1>MCCDGM Student Sites</h1>
<p>
If you need help with your website, please contact your instructor. For password reset, please contact your instructor
or Meri at <a href='mailto:[email protected]'>[email protected]</a>. Include your login name for your account.
</p>
<h2>Quick Links</h2>
<p>
<a href='https://mccdgm.net/cpanel' class='btn'>cPanel</a>
<a href='https://mchenry.instructure.com' class='btn'>Canvas</a>
<a href='http://mchenry.edu/mymcc/' class='btn'>myMCC</a>
</p>
</div>
<div role='flatdoc-content' class='content'></div>
<div class='content'>
<h1 id='about'>About</h1>
<p>
A collection of resources for web dev and design students, curated by <a href='https://github.com/blindingstars'>Stephy Miehle</a>.
</p>
<p>
Broken link? A resource you think should be added?
</p>
<p>
<a href='mailto:[email protected]' class='btn'>Email Stephy</a>
<a href='https://github.com/mccdgm/student-resources' class='btn'>Submit a pull request</a>
<a href='https://www.youtube.com/watch?v=TNGXPruigdU' class='btn'>Learn how to create a pull request</a>
</p>
</div>
</div>
</body>
</html>