This repository was archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
262 lines (249 loc) · 9.65 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<title>W3C Developers</title>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='//fonts.googleapis.com/css?family=Roboto:400,300,100,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/template.css">
<link rel="stylesheet" type="text/css" href="css/landing.css">
<link rel="me" href="https://w3c.social/@w3cdevs">
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://www.w3.org/analytics/piwik/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '464']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<header>
<nav>
<div class="container">
<img src="img/W3C-Developers-Light.svg" height="60" alt="W3C Developers">
</div>
</nav>
<div id="hero">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="motto">
The one-stop place to find the information and tools you need <br> to help you learn, build, and move the Web forward.
</h1>
<p>
<a class="explore" data-scroll href="#get-started">explore</a>
</p>
</div>
</div>
</div>
</div>
</header>
<main id="get-started">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-3 col-sm-4">
<div id="learning-card" class="card">
<div class="card-header">
<h2>Learn</h2>
</div>
<div class="card-content">
<p>
In the comfort of your browser, learn Front-End Web technologies such as HTML, CSS, etc. directly from the people who create them.
</p>
<ul>
<li><a href="https://w3cx.org">W3Cx MOOCs - Free online courses</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div id="devtools-card" class="card">
<div class="card-header">
<h2>Tools</h2>
</div>
<div class="card-content">
<p>
Lead your code to its full potential with great and open source tools.
</p>
<ul>
<li><a href="tools/">Browse the tools</a></li>
<li><a href="tools/#more">Get help</a></li>
<li><a href="tools/#more">Contribute</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div id="getinvolved-card" class="card">
<div class="card-header">
<h2>Get Involved</h2>
</div>
<div class="card-content">
<p>
Get involved in the creation of Web standards.
Yes, that's where cool people hang out.
</p>
<ul>
<li><a href="get-involved/">Get started</a></li>
<li><a href="https://www.w3.org/community/">Community groups</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-4">
<div id="testthewebforward-card" class="card">
<div class="card-header">
<h2>web-platform-tests</h2>
</div>
<div class="card-content">
<p>
W3C-coordinated effort to build a cross-browser testsuite for the majority of the web platform
</p>
<ul>
<li><a href="http://web-platform-tests.org/">Get started</a></li>
<li><a href="http://testthewebforward.org/docs/">Documentation</a></li>
<li><a href="http://wpt.fyi/">Implementation Status</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<section id="breaking-news">
<div class="container">
<div class="row">
<div class="col-md-4">
<a href="https://www.edx.org/course/web-accessibility-introduction" target="_blank"><img src="https://www.w3.org/comm/assets/graphics/w3cx-accessibility-intro-twitter-only.png" alt="Introduction to Web Accessibility image"></a>
</div>
<div class="col-md-8">
<h2>W3Cx course: Introduction to Web Accessibility</h2>
<p>This course, “<a href="https://www.edx.org/course/web-accessibility-introduction">Introduction to Web Accessibility</a>”, is designed for technical and non-technical audiences, including developers, designers, content authors, project managers, people with disabilities, and others. Watch the short <a href="https://www.w3.org/2019/12/teaser-intro-web-accessibility-course.html">teaser video</a> for more information about the course, and <a href="https://www.edx.org/course/web-accessibility-introduction">enroll</a> soon! </p>
<p class="call-to-action">
<a href="https://www.edx.org/course/web-accessibility-introduction" target="_blank">Enroll now!</a>
</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<a href="https://www.edx.org/professional-certificate/front-end-web-developer-9" target="_blank"><img src="img/edx-fewd.png" alt=""></a>
</div>
<div class="col-md-8">
<h2>W3C Front-End Web Developer Professional Certificate</h2>
<p>Learn directly from W3C and master the foundational programming languages for Web development -- HTML5, CSS and JavaScript -- with the W3C <a href="https://www.edx.org/professional-certificate/front-end-web-developer-9" target="_blank">"Front-End Web Developer" (FEWD) Professional Certificate</a> program which consists in 5 courses. Gain skills in one of the fastest growing careers!
</p>
<p class="call-to-action">
<a href="https://www.edx.org/professional-certificate/front-end-web-developer-9" target="_blank">Enroll now!</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12"><a class="twitter-timeline" data-tweet-limit=3 data-dnt="true" href="https://twitter.com/w3cdevs?ref_src=twsrc%5Etfw">Tweets by w3cdevs</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div>
</div>
</div>
</section>
<section id="friends">
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-1">
<img src="img/coffee.svg" height="200" alt="" />
</div>
<div class="col-md-7">
<h2>Introducing W3C Friends</h2>
<p>
We are making it easy for you to join as Friends, take advantage of our offerings, and donate to support us in conducting the activities that fulfill the W3C's <a href="http://www.w3.org/Consortium/mission.html">mission</a>.
</p>
<p class="call-to-action">
<a href="http://www.w3.org/support">donate</a>
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-3">
<a href="http://www.w3.org"><img src="img/w3c.svg" height="50" alt="W3C"></a>
</div>
<div class="col-xs-6 col-sm-3">
<h4>Explore</h4>
<ul>
<li>
<a href="http://www.w3devcampus.com/">W3DevCampus</a>
</li>
<li>
<a href="https://w3cx.org">W3Cx</a>
</li>
<li>
<a href="tools/">Developers Tools</a>
</li>
<li>
<a href="get-involved/">Get Involved</a>
</li>
<li>
<a href="http://testthewebforward.org/">Test the Web Forward</a>
</li>
</ul>
</div>
<div class="col-xs-6 col-sm-3">
<h4>Connect</h4>
<ul>
<li>
<a href="https://twitter.com/w3cdevs">Twitter</a>
</li>
<li><a href="https://w3c.social/@w3cdevs">Mastodon</a></li>
<li>
<a href="https://github.com/w3c">Github</a>
</li>
<li>
<a href="mailto:[email protected]?Subject=[W3C%20Developers]">[email protected]</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-3">
<h4>More</h4>
<ul>
<li>
<a href="http://www.w3.org/support">Donate</a>
</li>
<li>
<a href="https://www.w3.org">W3C Web site</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="copyright">
Copyright © 2023 <a href="https://www.w3.org/">World Wide Web Consortium</a>.<br>
<abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup>
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
<a rel="license" href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" title="W3C Software and Document Notice and License">permissive document license</a> rules apply.</p>
</p>
</div>
</div>
</div>
</footer>
<script src="js/smooth-scroll.min.js"></script>
<script>
smoothScroll.init();
</script>
</body>
</html>