1+ <!--
2+ File: admissions.html
3+
4+ Distribute enrollment codes to students
5+
6+ Revision History:
7+ @sredmond removed splash page
8+ @sredmond updated for spr16 (3-27-2016)
9+ @skleung created (aut 15)
10+ -->
11+ <!DOCTYPE html>
12+ < html lang ="en ">
13+ < head >
14+ < meta charset ="utf-8 ">
15+ <!-- Global site tag (gtag.js) - Google Analytics -->
16+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-54146031-2 "> </ script >
17+ < script >
18+ window . dataLayer = window . dataLayer || [ ] ;
19+ function gtag ( ) { dataLayer . push ( arguments ) ; }
20+ gtag ( 'js' , new Date ( ) ) ;
21+
22+ gtag ( 'config' , 'UA-54146031-2' ) ;
23+ </ script >
24+ <!-- End Global site tag -->
25+ < title > CS41 - The Python Programming Language</ title >
26+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no ">
27+
28+ <!-- Begin Favicon -->
29+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png?v=M4ol3E40gd ">
30+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png?v=M4ol3E40gd ">
31+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png?v=M4ol3E40gd ">
32+ < link rel ="manifest " href ="/manifest.json?v=M4ol3E40gd ">
33+ < link rel ="mask-icon " href ="/safari-pinned-tab.svg?v=M4ol3E40gd " color ="#5bbad5 ">
34+ < link rel ="shortcut icon " href ="/favicon.ico?v=M4ol3E40gd ">
35+ < meta name ="theme-color " content ="#ffffff ">
36+ <!-- End Favicon -->
37+
38+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css " media ="screen ">
39+ < link rel ="stylesheet " href ="css/bootswatch/paper.css ">
40+ < link rel ="stylesheet " href ="css/styles.css ">
41+ <!-- HTML5 shim? -->
42+ </ head >
43+ < body >
44+ < ul class ="pages ">
45+ < li class ="page ">
46+ < div class ="container ">
47+ < div class ="row ">
48+ < h2 > CS 41 Section Assignments!</ h2 >
49+
50+ < form id ="search-form ">
51+ < div class ="form-group ">
52+ < label for ="sunet "> Enter your SUNet ID</ label >
53+ < input type ="text " class ="form-control " id ="sunet " name ="sunetid " type ="text " size ="12 " maxlength ="8 " autofocus ="autofocus " pattern ="^[a-zA-Z0-9_.-]{2,14}$ " placeholder ="e.g. coopermj ">
54+ </ div >
55+ < button type ="" class ="btn btn-default " id ="submit "> Submit</ button >
56+ </ form >
57+ < br >
58+ < span id ="code "> </ span >
59+ </ div >
60+ </ div >
61+ </ li >
62+ </ ul >
63+ <!-- Scripts placed at the bottom of the page for faster loading -->
64+ < script type ="text/javascript " src ="https://code.jquery.com/jquery-1.12.1.min.js "> </ script >
65+ < script type ="text/javascript " src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js "> </ script >
66+ < script type ="text/javascript " src ="js/lab_assignments.js "> </ script >
67+ </ body >
68+ </ html >
0 commit comments