forked from HackNC/fall2014
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentors.html
78 lines (78 loc) · 3.76 KB
/
mentors.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
74
75
76
77
78
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<title>HackNC mentors</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/app.css" media="screen" />
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,700' rel='stylesheet' type='text/css'>
<script src="./javascript/jquery-1.11.1.min.js"></script>
<script src="./javascript/css_browser_selector.js" type="text/javascript"></script>
</head>
<body class="app" id="mentors">
<div>
<h1>Need help from a mentor?</h1>
<div class="content">
<p style="font-size: 0.7em; color: rgba(0,0,0,0.5);">Click the mentors to learn more about their skills!</p>
<table>
<tbody>
<tr>
<td class="schedTime" title="Everything"><a href="#">HackNC</a></td>
<td title="42"><a href='mailto:[email protected]?subject=We need help&body=I am in room [null]%0A%0AWe are working on [null]%0AWe need help with [null]'>Email</a> [email protected]
<div class="slider">
Not able to find a mentor? Then contact us!
</div>
</td>
</tr>
<tr>
<td class="schedTime" title="Digital Ocean Mentor"><a href="#">Kaushal Parikh</a></td>
<td title="Ride the digital wave"><a href='mailto:[email protected]?subject=We need help&body=I am in room [null]%0A%0AWe are working on [null]%0AWe need help with [null]'>Email</a> [email protected]
<div class="slider">
From <a href="https://www.digitalocean.com" target="_blank">Digital Ocean</a>, his skills include:
<ul>
<li>
Digital Ocean API
</li>
</ul>
</div
</td>
</tr>
<tr>
<td class="schedTime" title="Mentor!"><a href="#">Ibraheem Khalifa</a></td>
<td title="Learn!"><a href='mailto:[email protected]?subject=We need help&body=I am in room [null]%0A%0AWe are working on [null]%0AWe need help with [null]'>Email</a> [email protected]
<div class="slider">
His skills include:
<ul>
<li>C</li>
<li>C++</li>
<li>Objective-C</li>
<li>Python</li>
<li>AWS</li>
<li>Docker</li>
<li>Vagrant</li>
<li>Ansible</li>
<li>Puppet</li>
</ul>
</div
</td>
</tr>
<!-- <tr>
<td class="schedTime" title="iOS Mentor"><a href="#"></a></td>
// twitter api link below
<td title="Please bother him. He will love you"><a href="https://twitter.com/intent/tweet?screen_name=clstr0ud&text=We%20need%20help.%20I%20am%20in%20room%20.%20We%20are%20working%20on%20.%20We%20need%20help%20with%20." class="twitter-mention-button" data-related="clstr0ud">Tweet to @clstr0ud</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<div class="slider">
</div>
</td>
</tr>
-->
</tbody>
</table>
<em>More coming soon...</em>
</div>
</div>
<script src="./javascript/app.js"></script>
</body>
</html>