1
+ <!DOCTYPE html>
2
+ < html >
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < title > CannyLab @ UC Berkeley</ title >
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0 ">
8
+
9
+ < link href ="/assets/base.css " media ="screen " rel ="stylesheet " type ="text/css " />
10
+ < link href ="/assets/extra.css " media ="screen " rel ="stylesheet " type ="text/css " />
11
+ < link rel ="shortcut icon " href ="/assets/public/favicon.ico " />
12
+
13
+ < script src ="/assets/modernizr.js " type ="text/javascript "> </ script >
14
+ </ head >
15
+
16
+ < body >
17
+ < div class ="wrapper ">
18
+ < div class ="profile ">
19
+ < section class ="profile-masthead " id ="masthead ">
20
+ < a href ="/ ">
21
+ < header class ="profile-logo ">
22
+ < div class ="profile-logo-image ">
23
+ < img alt ="CannyLab " src ="/images/logo.png " />
24
+ </ div >
25
+ < div class ="profile-name " style ="color:#2d3c48 ">
26
+ < h1 > CannyLab @ UC Berkeley</ h1 >
27
+ </ div >
28
+ </ header >
29
+ </ a >
30
+ < aside class ="profile-summary ">
31
+ < div class ="summary-location summary-module ">
32
+ < a href ="http://github.com/cannylab "> < img src ="/images/GitHub-Mark-120px-plus.png " height ="25px "> </ a >
33
+ </ div >
34
+ </ aside >
35
+ < br >
36
+ < div >
37
+ < nav class ="menu-navigation " style ="margin-top: -2.5em; ">
38
+ < ul class ="menu-navigation-list " style ="text-align: right; width: 100%; ">
39
+ < li class ="menu-navigation-list-item "> < a href ="/index.html "> Home</ a > </ li >
40
+ < li class ="menu-navigation-list-item "> |</ li >
41
+ < li class ="menu-navigation-list-item "> < a href ="/people.html "> People</ a > </ li >
42
+ < li class ="menu-navigation-list-item "> |</ li >
43
+ < li class ="menu-navigation-list-item "> Get Involved</ li >
44
+ </ ul >
45
+ </ nav >
46
+ </ div >
47
+ </ section >
48
+
49
+ < section class ="profile-content ">
50
+
51
+ < div class ="profile-description ">
52
+ < h3 class ="profile-name " style ="margin: 0; "> Get Involved</ h3 >
53
+
54
+ [Coming Soon]
55
+
56
+
57
+ </ div >
58
+
59
+ </ section >
60
+
61
+
62
+
63
+
64
+ < footer class ="footer ">
65
+ < nav class ="footer-navigation ">
66
+ <!-- <i class="icon-square-footer"></i>
67
+ <ul class="footer-navigation-list">
68
+ <li class="footer-navigation-item"><a href="https://squareup.com/developers">Square Developer</a></li>
69
+ <li class="footer-navigation-item"><a href="https://github.com/cashapp">Cash App</a></li>
70
+ <li class="footer-navigation-item"><a href="https://squareup.com/security">Security</a></li>
71
+ <li class="footer-navigation-item"><a href="https://squareup.com/legal/privacy">Privacy</a></li>
72
+ <li class="footer-navigation-item"><a href="https://squareup.com/help" class="track">Help Center</a></li>
73
+ </ul> -->
74
+ < p class ="copyright "> © 2020 Regents of the University of California. All rights reserved.</ p >
75
+ </ nav >
76
+ </ footer >
77
+
78
+ < script type ="text/javascript ">
79
+ if ( window == window . top ) document . body . style . display = "block" ; else window . top . location = window . location ;
80
+
81
+ var _gaq = _gaq || [ ] ;
82
+ _gaq . push ( [ '_setAccount' , 'UA-40704740-1' ] ) ;
83
+ _gaq . push ( [ '_trackPageview' ] ) ;
84
+
85
+ ( function ( ) {
86
+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
87
+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
88
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
89
+ } ) ( ) ;
90
+
91
+ </ script >
92
+ </ body >
93
+
94
+ </ html >
0 commit comments