-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathup-to-date.html
More file actions
92 lines (77 loc) · 3.66 KB
/
up-to-date.html
File metadata and controls
92 lines (77 loc) · 3.66 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Keeping Up-to-Date | 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>Keeping Up-to-Date</h1>
<h2><a href="/">Return to REC+ Designer Hub</a></h2>
</header>
<main class="page-main">
<div class="grid unit--learn">
<section class="unit">
<a href="https://www.recplus.co.uk/info/Updates.html" class="unit-inner">
<h1>REC+ Updates/Releases Blog</h1>
<p>Each release will be broadcast here, also links to this are shown in the header of the admin sites.</p>
</a>
</section>
<section class="unit">
<a href="http://blog.stapps.io/tag/rec/" class="unit-inner">
<h1>REC Tips & Tutorials Blog</h1>
<p>A series of blog posts on tips and getting started tutorials with REC</p>
</a>
</section>
<section class="unit">
<a href="http://tutsplus.com/" class="unit-inner">
<h1>Envato Tuts+</h1>
<p>Join over 5 million people using Envato Tuts+ each month to learn skills including code, illustration, photography, web design, and more.</p>
</a>
</section>
<section class="unit">
<a href="http://www.smashingmagazine.com/" class="unit-inner">
<h1>Smashing Magazine</h1>
<p>Smashing Magazine is an online magazine for professional Web designers and developers, with a focus on useful techniques, best practices and valuable resources.</p>
</a>
</section>
<section class="unit">
<a href="https://css-tricks.com/" class="unit-inner">
<h1>CSS Tricks</h1>
<p>Tips, Tricks, and Techniques on using Cascading Style Sheets.</p>
</a>
</section>
<section class="unit">
<a href="https://www.sitepoint.com/versioning" class="unit-inner">
<h1>Versioning Newsletter</h1>
<p>A place for kind web dev folk (like, say, you) to help others discover new stuff, and share the cool stuff they've found (or made!).</p>
</a>
</section>
<section class="unit">
<a href="http://responsivedesignweekly.com/" class="unit-inner">
<h1>Responsive Design Weekly</h1>
<p>A free, once–weekly round-up of responsive design articles, tools, tips, tutorials and inspirational links.</p>
</a>
</section>
<section class="unit">
<a href="http://codepen.io/" class="unit-inner">
<h1>CodePen</h1>
<p>Show case of advanced techniques with editable source code.</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>