-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (86 loc) · 5.79 KB
/
index.html
File metadata and controls
97 lines (86 loc) · 5.79 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
93
94
95
96
97
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Class 4</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<section class="blue-wrapper">
<article class="first-content">
<header>
<div class="box-title">Talos Practices 1</div>
<h1 class="content-title">The Beauty of <abbr title="Cascading Style Sheets">CSS</abbr> Design</h1>
</header>
<section class="content-one">
<p>A DEMONSTRATION OF WHAT CAN BE ACCOMPLISHED THROUGH CSS-BASED DESIGN. SED UT PERSPICIATIS UNDE OMNIS ISTE NATUS ERROR SIT</p>
<p>AT VERO EOS ET ACCUSAMUS ET IUSTO ODIO DIGNISSIMOS DUCIMUS QUI BLANDITIIS</p>
</section>
<section class="content-two">
<h2 class="title">The Road to Enlightenment</h2>
<p>
Littering a dark and dreary road lay the past relics of browser-specific tags, incompatible DOMs, broken CSS support, and abandoned browsers.
</p>
<p>
We must clear the mind of the past. Web enlightenment has been achieved thanks to the tireless efforts of folk like the W3C, WaSP, and the major browser creators.
</p>
<p>
The CSS Talos Digital invites you to relax and meditate on the important lessons of the masters. Begin to see with clarity. Learn to use the time-honored techniques in new and invigorating fashion. Become one with the web.
</p>
</section>
</article>
<section class="second-content">
<article class="float-content">
<h2 class="title">So What is This About?</h2>
<p>There is a continuing need to show the power of CSS. Talos aims to excite, inspire, and encourage participation. To begin, view some of the existing designs in the list. The HTML remains the same, the only thing that has changed is the external CSS file. Yes, really.</p>
<p>CSS allows complete and total control over the style of a hypertext document. The only way this can be illustrated in a way that gets people excited is by demonstrating what it can truly be, once the reins are placed in the hands of those able to create beauty from structure. Designers and coders alike have contributed to the beauty of the web; we can always push it further.</p>
</article>
<article class="float-content pink-content">
<h2 class="title">Participation</h2>
<p>Strong visual design has always been our focus. You are modifying this page, so strong CSS skills are necessary.</p>
<p>You may modify the style sheet in any way you wish, but not the HTML. This may seem daunting at first if you’ve never worked this way before.</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni.</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni.</p>
</article>
</section>
<section class="third-content">
<article class="float-content-one">
<h2 class="title">Benefits</h2>
<p>Why participate? For recognition, inspiration, and a resource we can all refer to showing people how amazing CSS really can be. This site serves as equal parts inspiration for those working on the web today, learning tool for those who will be tomorrow, and gallery of future techniques we can all look forward to.</p>
</article>
<article class="float-content-two">
<h2 class="title">Requirements</h2>
<p>Where possible, we would like to see mostly CSS 1 & 2 usage. CSS 3 & 4 should be limited to widely-supported elements only, or strong fallbacks should be provided. The CSS Talos Digital is about functional, practical CSS and not the latest bleeding-edge tricks viewable by 2% of the browsing public. The only real requirement we have is that your CSS validates.</p>
<p>Luckily, designing this way shows how well various browsers have implemented CSS by now. When sticking to the guidelines you should see fairly consistent results across most modern browsers. Due to the sheer number of user agents on the web these days — especially when you factor in mobile — pixel-perfect layouts may not be possible across every platform. That’s okay, but do test in as many as you can. Your design should work in at least IE9+ and the latest Chrome, Firefox, iOS and Android browsers (run by over 90% of the population).</p>
<p>We ask that you submit original artwork. Please respect copyright laws. Please keep objectionable material to a minimum, and try to incorporate unique and interesting visual themes to your work. We’re well past the point of needing another talos-related design.</p>
<p class="by">
BY <u>SERGIO GRANADA</u>. NOW AVAILABLE: TALOS DIGITAL, THE TRAINING COURSE.
</p>
</article>
</section>
<section class="topic">HTML/CSS</section>
</section>
<section class="gray-wrapper"></section>
<aside class="yellow-wrapper">
<h1 class="title-list">List Sample Section 1</h1>
<ul>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
<li>List item using counter</li>
</ul>
</aside>
</body>
</html>