-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
130 lines (130 loc) · 3.45 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype html>
<html class="ui" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Chris Newton Portfolio</title>
<meta name="description" content="Portfolio of work for the handsome Chris Newton located in Melbourne Australia" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" />
<link rel="stylesheet" href="stylesheets/dist/all.css" />
</head>
<body>
<nav>
<a href="/" class="logo"></a>
<ul>
<li class="nav__content">
<a href="/"><span class="fa fa-file-text-o"></span>Content</a>
<ul>
<li>
<a href="">Assets</a>
<li>
<a href="">Articles</a>
<li>
<a href="">Banners (Advertising)</a>
<li>
<a href="">Blogs</a>
<li>
<a href="">Documents</a>
<li>
<a href="">FAQ's (Help)</a>
<li>
<a href="">Images</a>
<li>
<a href="">Media</a>
<li>
<a href="">Minisites</a>
<li>
<a href="">News</a>
<li>
<a href="">Pages</a>
<li>
<a href="">Wiki</a>
</li>
</ul>
</li>
<li class="nav__connections">
<a href="/"><span class="fa fa-connectdevelop"></span>Connections</a>
<ul>
<li>
<a href="">Contacts</a>
<li>
<a href="">Coupons</a>
<li>
<a href="">Directories (Retailer)</a>
<li>
<a href="">Feedback</a>
<li>
<a href="">Forms</a>
<li>
<a href="">Membership</a>
<li>
<a href="">Users</a>
<li>
<a href="">User Groups</a>
<li>
<a href="">URL Rewrites</a>
</li>
</ul>
</li>
<li class="nav__interactions">
<a href="/"><span class="fa fa-hand-pointer-o"></span>Interactions</a>
<ul>
<li>
<a href="">Campaigns</a>
<li>
<a href="">Competitions</a>
<li>
<a href="">Events</a>
<li>
<a href="">Ideas</a>
<li>
<a href="">Mailer</a>
<li>
<a href="">Newsletters</a>
<li>
<a href="">Opinions</a>
<li>
<a href="">Polls</a>
<li>
<a href="">Press Kits</a>
<li>
<a href="">Projects</a>
<li>
<a href="">Promotions</a>
<li>
<a href="">Quotes</a>
<li>
<a href="">Surveys</a>
<li>
<a href="">Tickets</a>
</li>
</ul>
</li>
<li class="nav__transactions">
<a href="/"><span class="fa fa-credit-card"></span>Transactions</a>
<ul>
<li>
<a href="">Catalogues</a>
<li>
<a href="">Commerce</a>
<li>
<a href="">Fundraising (iVote)</a>
<li>
<a href="">Positions</a>
<li>
<a href="">Workflows (Requests)</a>
<li>
<a href="">Vouchers</a>
</li>
</ul>
</li>
</ul>
</nav>
<div class="container">
<h1>Home</h1>
<p>Welcome the Core dna Digital Experience platform – a cloud platform of more than 80 applications enabling you to manage your digital content, connections, interactions & transactions with a single log in. This dashboard provides you with a range of graphical indicators to monitor your key performance indicators. Navigate between the different dashboards, select a date range & favorite your preferred combination.</p>
</div>
<script src="https://use.fontawesome.com/811b028629.js"></script>
</body>
</html>