-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgovernment.html
More file actions
62 lines (60 loc) · 4.9 KB
/
government.html
File metadata and controls
62 lines (60 loc) · 4.9 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Government</title>
<meta name="Government: Disruptive Technology">
</head>
<body background="Images\background.jpg">
<center>
<table cellpadding="15px;" cellspacing="10px" style="font:12px verdana; width:1000px; margin:0px;">
<tr>
<td colspan="3">
<h1 style="font:40px verdana; margin:10px 0; color: white">Disruptive Technology</h1>
<hr width="100%">
<a style="color: white; font-size:20px;" href="home.html">Home<a/> |
<a style="color: white; font-size:20px;" href="communication.html">Communication<a/> |
<a style="color: white; font-size:20px;" href="education.html">Education<a/> |
<a style="color: white; font-size:20px;">Government<a/> |
<a style="color: white; font-size:20px;" href="health.html">Health Care<a/> |
<a style="color: white; font-size:20px;" href="aboutme.html">About Me<a/> |
<a style="color: white; font-size:20px;" href="reference.html">References<a/>
<hr>
</tr valign="top" style="height:800px">
<td style="background-image:url(http://www.saywhatnowproductions.com/wp-content/uploads/2014/09/webplunder-background-image-technology-online-website-solutions.jpg); width:150px; vertical-align: top;">
<ul style="float:left; list-style:none; display:inline; padding:0px; margin:0px;">
<li style="margin-bottom:5px; width:100px; float:centre;"><h3 style="color:black;">Disruptive Technology in:</h3></li>
<br>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="home.html" style="color:black;">Home</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="communication.html" style="color:black;">Communication</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="education.html" style="color:black; font-size:15px;">Education</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a style="color:black;">Government</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="health.html" style="color:black;">Health Care</a></li>
</ul>
</td>
<td style="background-image:url(http://www.volusia.org/resources/background-medium.jpg); vertical-align:top;">
<h1 style="font-size:20px; margin:0px;">Disruptive Technology And Government</h1>
<h3>Public Safety: Wearable Tech</h3>
<img src="Images\wearabletech.jpg" height="175" width="200">
<p style="font-size:15px;">As commercial applications bloom, more will find their way into the public sector and emergency response. This year has seen an increase in the number of police departments using body cameras. And already under development are wireless devices that monitor a responder’s breathing, heart rate and blood pressure, as well as potentially harmful environmental conditions, and relay concerns back to incident command.
</p>
<h3>DMV: Drivers' Licenses</h3>
<p style="font-size:15px;">The laminated driver's license you keep in your wallet may eventually give way to an app on your smartphone, and that change may have wider significance for how citizens interact digitally with their government. Legislatures in at least three states have seen bills introduced authorizing their transportation departments to begin piloting digital drivers' licenses.
</p>
<h3>Transportation & Mass Transit</h3>
<p style="font-size:15px;">Nothing is likely to be more disruptive to transportation, mass transit and urban planning than the double whammy of connected vehicle technology and autonomous vehicles. Vehicle-to-infrastructure communication capabilities and anonymous information from passengers' wireless devices relayed through dedicated short-range connections could provide transportation agencies with improved traffic, transit and parking data, making it easier to manage transportation systems and improve traffic safety.
</p>
</td>
<td style="background-image:url(http://www.saywhatnowproductions.com/wp-content/uploads/2014/09/webplunder-background-image-technology-online-website-solutions.jpg); width:150px; vertical-align: top;">
<ul style="float:right; list-style:none; display:inline; padding:0px; margin:20px;">
<h3>Search</h3>
<form method="get" action="http://google.com/ search" target="_blank">
<input type="text" name="q" required autofocus>
<input type="submit" value="Google search">
</form>
</ul>
</td>
</table>
</centre>
<footer style="font-size:10px; color:white; float:left;">Designed By:Duran Thomas || ID# 1401134</footer>
</body>
</html>