-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomeScreen.html
68 lines (65 loc) · 1.9 KB
/
homeScreen.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="homeScreen.css">
<title>AskIT</title>
<div id="header">
<img src="Images/CiscoLogo.png" id="headerLogoPic" />
<button type="button" id="homeButton" onclick="location.href ='alexIntro.html'">Home</button>
<button type="button" id="profileButton" onclick="location.href ='alexIntro.html'">Edit Profile</button>
<table cellpadding="0px" cellspacing="0px">
<tr>
<td id="searchBox">
<input type="text" placeholder="Search" style="width:100px; height:30px; border:0px solid; padding:0px 3px; position:relative; border-radius: 5px;">
</td>
</tr>
</table>
</div>
</head>
<body>
<h1>Topics</h1>
<ul>
<a href="alexIntro.html">
<li>Web</li>
</a>
<a href="alexIntro.html">
<li>iOS</li>
</a>
<a href="www.google.com">
<li>Android</li>
</a>
<a href="www.google.com">
<li>Java</li>
</a>
<a href="www.google.com">
<li>iRise</li>
</a>
<a href="www.google.com">
<li>Tableau</li>
</a>
<a href="www.google.com">
<li>Agile</li>
</a>
<a href="www.google.com">
<li>UX</li>
</a>
<a href="www.google.com">
<li>Routers</li>
</a>
<a href="www.google.com">
<li>WebEx Social</li>
</a>
</ul>
<div id="horizontalBar">
</div>
<div id="trendingSidebar">
<h1>Trending</h1>
<div id="trendingSidebarBackground">
</div>
</div>
</body>
<div id="footer">
<img src="Images/FooterPic.png" id="footerPic" />
</div>
<script src="https://ecmx-active.cisco.com/web/fw/tools/iwe/asf-app/app-wrapper/1.0/js/cisco-bootstrap-bundle.js"></script>
</html>