-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (88 loc) · 3.21 KB
/
index.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : Plushiness
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20131117
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<!-- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" /> -->
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<!-- <link href="fonts.css" rel="stylesheet" type="text/css" media="all" /> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="//fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://code.jquery.com/jquery-migrate-1.3.0.min.js"></script>
<script>
$(function(){
$("#list2015").load("2015.html");
$("#list2016").load("2016.html");
$("#list2017").load("2017.html");
});
</script>
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="#">{code} by Dell EMC Newsletter Archive</a></h1>
<span>Code Open Deploy Everywhere</span>
</div>
<div id="triangle-up"></div>
</div>
</div>
<div id="menu-wrapper">
<div id="menu">
<ul>
<li class="current_page_item"><a href="http://codedellemc.com" accesskey="1" title="">Homepage</a></li>
<li><a href="#2017" accesskey="2" title="">2017</a></li>
<li><a href="#2016" accesskey="3" title="">2016</a></li>
<li><a href="#2015" accesskey="4" title="">2015</a></li>
<li><a href="http://bit.ly/emccodesignup" accesskey="5" title="">Subscribe</a></li>
</ul>
</div>
</div>
<div id="wrapper">
<div id="featured-wrapper">
<div class="extra2 container">
<div class="ebox1">
<div class="hexagon"><span class="fa fa-archive fa-3x"></span></div>
<div class="title" id="2017">
<h2>2017</h2>
<span class="byline">Our third year</span>
</div>
<ul style="list-style-type:none" id="list2017">
</ul>
<div class="title" id="2016">
<h2>2016</h2>
<span class="byline">Our second year</span>
</div>
<ul style="list-style-type:none" id="list2016">
</ul>
<div class="title" id="2015">
<h2>2015</h2>
<span class="byline">Our first year</span>
</div>
<ul style="list-style-type:none" id="list2015">
</ul>
</div>
</div>
</div>
</div>
<div id="stamp" class="container">
<div class="hexagon"><span class="icon icon-wrench"></span></div>
</div>
<div id="copyright" class="container">
<p>© {code} by Dell EMC. All rights reserved. | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div>
</body>
</html>