-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
29 lines (24 loc) · 860 Bytes
/
home.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
<html>
<head>
<title>Upgrade</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/jquery.mobile-1.3.1.min.css" />
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery.mobile-1.3.1.min.js"></script>
</head>
<body>
<div data-role="header">
<h1>UPGRADE</h1>
</div>
<div data-role="controlgroup" data-type="vertical" id="buttoncontainer">
<a href="cat.html" rel="external" data-role="button" data-theme="b"><font size="6">Capacity Building</font></a>
<a href="cat.html" rel="external" data-role="button" data-theme="c"><font size="6">Project Management</font></a>
<a href="cat.html" rel="external" data-role="button" data-theme="e"><font size="6">Executive Business</font></a>
</div>
</body>
</html>
<style>
#buttoncontainer .ui-btn {
padding: 50px;
}
</style>