This repository has been archived by the owner on Jan 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
61 lines (61 loc) · 3.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Professional Development Program</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//google-analytics.com">
<link rel="icon" href="imgs/favicon.png">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600">
<link rel="stylesheet" href="style.min.css">
<script src="scripts.min.js"></script>
</head>
<body class="preload">
<header>
<div class="container"><a href="index.html" class="logo"><img src="imgs/PDPLogo.png" alt="PDP Logo"></a>
<p class="motto"><span>Pause for PD...</span>It's good for you!</p>
<nav class="breadcrumbs"><a href="http://rit.edu" target="_blank">RIT</a><a href="http://ntid.rit.edu" target="_blank">NTID</a><a href="http://ntid.rit.edu/das" target="_blank">DAS</a><a href="http://index.html">Professional Development Program</a></nav>
<nav class="mainNav"><a href="index.html" class="Home selected">Home</a><a href="calendar/index.html" class="Calendar">Calendar</a><a href="committee.html" class="Committee">Committee</a><a href="forms.html" class="Forms">Forms</a><a href="resources.html" class="Resources">Resources</a><a href="blog.html" class="Blog">Blog</a><a href="contact.html" class="Contact">Contact</a><a href="faq.html" class="FAQ">FAQ</a><img src="imgs/swoosh.png" class="swoosh"/>
</nav>
</div>
</header>
<main>
<div class="container">
<div class="block twothird">
<h2>Recent & Upcoming Events</h2>
<ul class="content">
<li class="topic">xxxxday, Month xx</li>
<li>This should autopopulate from the calendar</li>
<li>Because it would be obnoxious to have to write this by hand every week and a half or so</li>
<li class="topic">xxxxday, Month xx</li>
<li>But I do think it should list a week and a half ahead of the current department</li>
<li class="topic">xxxxday, Month xx</li>
<li>And then repopulate every week so there's a half week of overlap always</li>
<li class="topic">xxxxday, Month xx</li>
<li>I hope that it will be at least this long</li>
<li>Otherwise it looks a little funny</li>
<li>Nothing breaks no matter how long/short it looks but it just looks funny</li>
<li>Basically, it needs to be just longer than the mission statement to not look funny</li>
</ul>
</div>
<div class="block onethird right">
<h2>Mission Statement</h2>
<p class="content">In support of the Department of Access Services mission the Professional Development Program (PDP) provides all members of the department the opportunity to expand their knowledge base, enhance their skills and advance their careers. PDP activities are developed and delivered through a staff driven collaborative process.</p>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="left"><a href="http://rit.edu" target="_blank">Rochester Institute of Technology</a><a href="http://ntid.rit.edu" target="_blank">National Technical Institute for the Deaf</a><a href="http://ntid.rit.edu/das" target="_blank">Deartment of Access Services</a>
<p>© 2013</p>
</div>
<div class="logos"><a href="http://www.rid.org/" target="_blank"><img src="imgs/RID.png" alt="RID logo"></a><a href="http://www.rid.org/education/index.cfm/AID/99" target="_blank"><img src="imgs/ACET.png" alt="ACET logo"></a>
<div class="interpretek">
<p>Our Sponsor:</p><a href="http://www.interpretek.com" target="_blank"><img src="imgs/interpretek.png" alt="Interpretek logo"></a>
</div>
</div>
</div>
</footer>
</body>
</html>