-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprofile_mobile.php
63 lines (62 loc) · 2.55 KB
/
profile_mobile.php
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
<!--Template Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html>
<head>
<title>Profile</title>
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href="resources/css/mobile_styles.css" media="all" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css"><!--Jquery Mobile Stylesheet-->
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script><!--JQuery-->
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script><!--Jquery Mobile-->
</head>
<body>
<main class="main_bg">
<div class="basics">
<header>
<div id="header">
<img src="resources/images/logo.png"" alt="History Chains Logo" />
<h1>History Chains</h1>
<div style="clear:both"></div>
</div>
<div class="drp-dwn">
<select onchange="window.location=this.options[this.selectedIndex].value">
<option value="profile_mobile.php">Profile</option>
<option value="createchain_mobile.php">Chains</option>
<option value="about_mobile.php">About</option>
<option value="index_mobile.php">Home</option>
</select>
</div>
</header>
<section class="h1" id="top_chain">
<h2>Angus Payne</h2>
<img class="profile_picture" src="resources/images/profile.jpg" alt="Profile Picture">
<h3>Info</h3>
<div class="profile_info">
<span class="profile_info_text">18</span><span class="profile_info_text"> | </span><span class="profile_info_text">University of Queensland</span><br />
<span class="profile_info_text">Chains: 10</span><span class="profile_info_text"> | </span><span class="profile_info_text">Rep: 9001</span><br />
<span class="profile_info_text">Subjects:</span><br />
<span class="profile_info_text">Maths B, English</span><br />
<div>
</section>
<section class="h1" id="top_chain">
<h2>Published Chains</h2>
<div> </div>
</section>
<section class="h1" id="top_colab_chain">
<h2>Collaborative Chains</h2>
<div> </div>
</section>
</div>
<footer>
<p class="link"><span>©All rights reserved<br /> Template by W3Layouts </br > Modified by Angus Payne</span></p>
</footer>
</main>
</body>
</html>