-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathissue.html
83 lines (69 loc) · 3.76 KB
/
issue.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Issue</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font.css">
<link rel = "stylesheet" href = "css/issue.css">
<link rel = "stylesheet" href = "js/jqvmap/jqvmap.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"></script>
<script src="js/plugins.js"></script>
<script src="js/jqvmap/jquery.vmap.js"></script>
<script src="js/jqvmap/maps/jquery.vmap.world.js"></script>
<script src="js/main.js"></script>
<script src="js/issue.js"></script>
</head>
<body>
<!--<img src="img/issue/is-in02.jpg" class = "design_template"/>-->
<div id = "issue_layout" class = "layout">
<div id = "issue" class = "wrapper">
<h1> See how many people </h1>
<h2> participated in the movements of the same type. </h2>
<div id = "world_map">
<div class = "issue_data">
<div class = "location">
<span class="location">Deutsch</span>
<img src="img/issue/issue-button/peback01.png" class = "location"/>
</div>
<div class = "number">
<span class="number">4.5</span>
<img src="img/issue/issue-button/peback02.png" class = "number"/>
</div>
</div><!--data-->
</div>
<div class = "issue_text">
<h1> Anti-nuclear movement </h1>
<p>
Anti-nuclear protests first emerged in the late 1950s and early 1960s.[1] In the United Kingdom, the first Aldermaston March, organised by the Campaign for Nuclear Disarmament, took place in 1958.[2][3] In 1961, at the height of the Cold War, about 50,000 women brought together by Women Strike for Peace marched in 60 cities in the United States to demonstrate against nuclear weapons.
</p>
<img class = "issue_logo" src = "img/issue/issue-button/nuclogo.png">
</div>
<div id = "issue_search_wrapper">
<div id="issue_search_wrapper_1">
<input id = "issue_search" type="text" placeholder="Search...">
</div>
<img id = "issue_search_button" src="img/issue/issue-button/su-icon_1.png">
</div>
<div class = "side_bar">
<img class = "right_button" src = "img/issue/issue-button/arr02.png">
<img class = "down_button" src = "img/issue/issue-button/arr03.png">
</div>
<div class = "link_wrapper">
<div class = "guest_board link">
<span class = "link">Guest Board </span>
<img src = "img/issue/issue-button/wba02.png" class = "link"/>
</div>
<div class = "discuss link">
<span class = "link">Discuss Page</span>
<img src = "img/issue/issue-button/wba02.png" class = "link"/>
</div>
</div>
</div><!--issue-->
</div><!--issue-->
</body>
</html>