-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentor.html
42 lines (38 loc) · 1.47 KB
/
mentor.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
<html>
<head>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/1.5.25/jquery.isotope.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.4.2/pure-min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="static/css/style.css"/>
</head>
<body>
<div id="wrap">
<div class="pure-menu pure-menu-open pure-menu-horizontal">
<a href="/" class="pure-menu-heading">Software_Maestro_</a>
<ul class="menu">
<li class="pure-menu-selected"><a href="/mentor.html">Mentor</a></li>
<li><a href="/mentee.html">Mentee</a></li>
</ul>
</div>
<div class="content">
<div class="desc">
<p>Mentor of software maestro.</p>
<p>
They give very helpful technique, skill, know-how, and even experiences to us. Until now, and to be continued.
</p>
</div>
<div class="category">
<button data-category="active" class="pure-button btn-small">Active</button>
<button data-category="inactive" class="pure-button btn-small">Inactive</button>
</div>
<div class="members">
</div>
</div>
<div class="to-be-continued">
<hr/>
<span>to be continued</span>
</div>
</div>
</body>
</html>