Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
executable file
·117 lines (98 loc) · 6.11 KB
/
Copy pathindex.html
File metadata and controls
executable file
·117 lines (98 loc) · 6.11 KB
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
<htmlng-app="wemApp">
<head>
<metaname="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<metaname="description" content="Publishing amazing engineering-related content for the past 120 years! Run by and for the students of the University of Wisconsin, Madison!">
<metaname="author" content="Mitch Samuels">
<metacharset="utf-8">
<metaname="keywords" content="UW, Wisconsin, WI, Madison, Engineer, EGR, Engineering, wisc, computer, science, math, mechanical, magazine, articles, news">
<metaname="theme-color" content="#DD4B46">
<linkrel="shortcut icon" id="favicon" type="image/ico" href="favicon.png" />
<title>Wisconsin Engineer</title>
<!-- Social Media Content -->
<!-- Schema.org markup for Google+ -->
<metaitemprop="name" content="The Wisconsin Engineer Magazine">
<metaitemprop="description" content="Publishing amazing engineering-related content for the past 120 years! Run by and for the student of the University of Wisconsin, Madison!">
<!-- Mobile/Bookmark meta -->
<metaname="apple-mobile-web-app-title" content="Wisconsin Engineer">
<metaname="apple-mobile-web-app-capable" content="yes">
<metaname="apple-touch-fullscreen" content="yes">
<metaname="apple-mobile-web-app-status-bar-style" content="black">
<metaname="format-detection" content="telephone=yes">
<linkrel=”apple-touch-icon”href=”apple-touch-icon.png”/>
<linkrel=”apple-touch-icon-precomposed”href=”apple-touch-icon.png”/>
<metaname="mobile-web-app-capable" content="yes">
<!-- STYLES -->
<linkhref='styles/css/main.css' rel='stylesheet' type='text/css'>
<!-- VENDOR SCRIPTS -->
<scriptsrc="scripts/vendor/jquery-2.2.0.min.js" type="text/javascript"></script>
<scriptsrc="scripts/vendor/angular.min.js" type="text/javascript"></script>
<scriptsrc="scripts/vendor/angular-route.min.js" type="text/javascript"></script>
<scriptsrc="scripts/vendor/angular-animate.min.js" type="text/javascript"></script>
<!-- CONTROLLER SCRIPTS -->
<scriptsrc="app.js" type="text/javascript"></script>
<scriptsrc="scripts/home.js" type="text/javascript"></script>
<scriptsrc="scripts/staff.js" type="text/javascript"></script>
<scriptsrc="scripts/upcomingevents.js" type="text/javascript"></script>
<scriptsrc="scripts/crossword.js" type="text/javascript"></script>
<!-- GOOGLE MAPS API -->
<scriptasyncdefer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCn5bEuPnY6v7_S5ifKNehtx2Bg81d-rnw">
</script>
<!-- GOOGLE ADSENSE API -->
<scriptasyncsrc="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle=window.adsbygoogle||[]).push({
google_ad_client: "ca-pub-2228496861870770",
enable_page_level_ads: true
});
</script>
<!-- Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*newDate();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create','UA-20361292-1','auto');
ga('send','pageview');
</script>
<!-- Pretty URLs -->
<basehref="/">
</head>
<bodyng-controller="mainController">
<basehref="/index.html">
<header>
<aclass="branding" href="/#/">
<imgsrc="assets/officialLogo.png">
</a>
<navclass="main">
<ul>
<ling-class="{active: $route.current.activetab == 'home'}"><ahref="/#/">Home</a></li>
<li><ahref="http://read.wisconsinengineer.com" target="_blank">Read</a></li>
<ling-class="{active: $route.current.activetab == 'staff'}"><ahref="/#/staff">Staff</a></li>
<ling-class="{active: $route.current.activetab == 'advertise'}"><ahref="/#/advertise">Advertise</a></li>
<li><ahref="http://digicoll.library.wisc.edu/cgi-bin/UW/UW-idx?type=browse&scope=UW.WIE" target="_blank">Archive</a></li>
<ling-class="{active: $route.current.activetab == 'contact'}"><ahref="/#/contact">Contact</a></li>
<ling-class="{active: $route.current.activetab == 'upcomingevents'}"><ahref="/#/upcomingevents">Upcoming Events</a></li>
<ling-class="{active: $route.current.activetab == 'crossword'}"><ahref="/#/crossword">Crossword</a></li>
<!-- <li ng-class="{active: $route.current.activetab == 'promo'}"><a href="/promo" class="link-alert">XXXXX!</a></li> -->
<liclass="social"><ahref="https://www.facebook.com/WiscEngrMag" target="_blank"><iclass="ion-social-facebook"></i></a></li>
<liclass="social"><ahref="https://www.instagram.com/thewisconsinengineer/" target="_blank"><iclass="ion-social-instagram-outline"></i></a></li>
<liclass="social"><ahref="https://www.linkedin.com/groups/4322817" target="_blank"><iclass="ion-social-linkedin"></i></a></li>
<liclass="social"><ahref="https://twitter.com/WiscEngrMag" target="_blank"><iclass="ion-social-twitter"></i></a></li>
</ul>
</nav>
</header>
<divid="header-spacefix"></div>
<divng-viewautoscroll="true"></div>
<footer>
<imgsrc="assets/officialLogo.png">
<ahref="https://win.wisc.edu/organization/wem" target="_blank">Join Us</a>
<ahref="http://twitter.com/WiscEngrMag" target="_blank">Twitter</a>
<ahref="http://facebook.com/WiscEngrMag" target="_blank">Facebook</a>
<ahref="https://www.instagram.com/thewisconsinengineer/" target="_blank">Instagram</a>
<ahref="http://linkedin.com/groups?gid=4322817" target="_blank">LinkedIn</a>
<ahref="http://digicoll.library.wisc.edu/cgi-bin/UW/UW-idx?type=browse&scope=UW.WIE" target= "_blank">Archive</a>
<p>The Wisconsin Engineer Magazine / M1066 Engineering Centers Building, Madison WI / wiscengrmagazine@gmail.com / 6082623494</p>
</footer>
</body>
</html>