-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
95 lines (78 loc) · 3.69 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
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>REC+ Designer Hub by ReallyEasyCart</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="/css/app.css">
</head>
<body>
<a class="fork-on-github-banner" href="https://github.com/ReallyEasyCart/reallyeasycart.github.io">
<img width="149" height="149" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png?resize=149%2C149" alt="Fork me on GitHub">
</a>
<header class="page-header">
<h1>REC+ Design Hub</h1>
<h2>Get started with building REC+ templates & bookmark for quick reference later</h2>
</header>
<main class="page-main">
<div class="grid">
<section class="unit unit--learn">
<a href="/learn.html" class="unit-inner">
<h1>Learn</h1>
<p>Links to learning about designing with REC, Twig, Javascript, CSS and more.</p>
</a>
</section>
<section class="unit unit--examples">
<a href="/examples.html" class="unit-inner">
<h1>Examples</h1>
<p>A series of responsive REC sites for you to see and use for inspiration.</p>
</a>
</section>
<section class="unit unit--support">
<a href="/api.html" class="unit-inner">
<h1>API</h1>
<p>A quick guide showing how to get started easily with the API, complete with examples.</p>
</a>
</section>
<section class="unit unit--support">
<a href="http://support.reallyeasycart.co.uk/support/home" class="unit-inner">
<h1>Support</h1>
<p>Solutions to common problems, and form to submit tickets for help.</p>
</a>
</section>
<section class="unit unit--snippets">
<a href="/snippets.html" class="unit-inner">
<h1>Snippets</h1>
<p>Pre-built templates, modules & other code snippets available.</p>
</a>
</section>
<section class="unit unit--builder">
<a href="https://design.reallyeasycart.co.uk/rivendell-components/" class="unit-inner">
<h1>Builder</h1>
<p>Rivendell template builder. Choose from multiple header, middle and footer layouts as a base to build your site.</p>
</a>
</section>
<section class="unit unit--manage">
<a href="https://manage.recplus.co.uk/" class="unit-inner">
<h1>Manager</h1>
<p>The REC site manager for reseller account management.</p>
</a>
</section>
</div>
</main>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ENDQCYX1FH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ENDQCYX1FH');
</script>
</body>
</html>