-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsnippets.html
More file actions
71 lines (59 loc) · 2.6 KB
/
snippets.html
File metadata and controls
71 lines (59 loc) · 2.6 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
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Example Sites | REC+ Designer Hub by ReallyEasyCart</title>
<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>
<header class="page-header">
<h1>Snippets</h1>
<h2><a href="/">Return to REC+ Designer Hub</a></h2>
</header>
<main class="page-main">
<div class="grid unit--snippets">
<section class="unit">
<a href="https://github.com/ReallyEasyCart/rivendell" class="unit-inner">
<h1>Rivendell</h1>
<p>Community template & is now the default for new sites</p>
</a>
</section>
<section class="unit">
<a href="https://github.com/ReallyEasyCart/responsive-snippets" class="unit-inner">
<h1>Responsive Snippets</h1>
<p>Useful snippets you can use to build components of a site such as a currency converter etc.</p>
</a>
</section>
<section class="unit">
<a href="https://github.com/ReallyEasyCart/module-demos" class="unit-inner">
<h1>Module Demos</h1>
<p>Github repo for examples of modules with all template files needed for them.</p>
</a>
</section>
<section class="unit">
<a href="http://www.beta.recds12.co.uk/" class="unit-inner">
<h1>Modules Beta Site</h1>
<p>A site showing off several example modules built with REC.</p>
</a>
</section>
<section class="unit">
<a href="https://design.reallyeasycart.co.uk/rivendell-components/" class="unit-inner">
<h1>Rivendell Builder</h1>
<p>Rivendell template builder. Choose from multiple header, middle and footer layouts as a base to build your site.</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>