forked from SwiftEducation/SwiftEducation.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (70 loc) · 5.33 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Swift Education</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=-100%" />
<link rel="icon" href="/assets/images/favicon.png" />
<link rel="apple-touch-icon" href="/assets/images/favicon-touch.png">
<link rel="stylesheet" href="/assets/stylesheets/swifteducation.css" type="text/css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63894717-1', 'auto');
ga('send', 'pageview');
</script>
<meta name="description" content="Swift Education is a collection of resources to assist educators in bringing Swift into the classroom." />
<meta name="keywords" content="swift, education, teaching, instructor, students, ios, app development, apple" />
</head>
<body>
<header class="header-container">
<div class="header">
<span class="hero-icon"></span>
<h1 class="title">Swift Education</h1>
</div>
</header>
<main id="content" class="content">
<nav class="layout-tabs">
<section class="tab-wrapper">
<span class="divider"></span>
<ul class="grid2col tabs">
<li class="column active"><a title="Swift Education Resources" href="/">Overview</a></li>
<li class="column"><a title="Teaching App Development with Swift" href="/teaching_app_development_with_swift/">Teaching App Development with Swift</a></li>
</ul>
</section>
</nav>
<section class="title-intro padding-top-40 padding-bottom-40">
<h1>Introducing Swift Education</h1>
<p class="intro">Swift Education is a collection of resources to assist educators in bringing Swift into the classroom.</p>
</section>
<section class="layout-2b grid2col divider-top padding-top-40 padding-bottom-20 divider-bottom">
<section>
<h2><a title="Teaching App Development with Swift" href="/teaching_app_development_with_swift/">Teaching App Development with Swift</a></h2>
<p><a title="Teaching App Development with Swift" href="/teaching_app_development_with_swift/">Teaching App Development with Swift</a> is a collection of course materials for educators to teach computer science concepts through Swift and iOS app development. Lead learners through experiential learning, using a customizable suite of lesson plans, presentations, and Xcode projects.</p>
<section class="column first">
<ul class="links">
<li class="reference"><a title="Teaching App Development with Swift: Course Materials" href="/teaching_app_development_with_swift/">View the Course Materials</a></li>
<li class="itunesu"><a title="iTunes U: Teaching App Development with Swift" href="https://itunes.apple.com/us/course/app-development-teaching-swift/id1003406963" onclick="ga('send', 'event', 'link', 'click', 'iTunes U Course', {'nonInteraction': 1});">Get it on iTunes U</a></li>
</ul>
</section>
</section>
<section class="cleared">
<h2>About Us</h2>
<p>We are a community of educators, collaborating to build practical, fun materials for learning about the Swift programming language.</p>
<ul class="links">
<li class="forum-topic"><a title="Apple Developer Forums" href="https://forums.developer.apple.com/community/other/education" onclick="ga('send', 'event', 'link', 'click', 'Developer Forum', {'nonInteraction': 1});">Join us in the Apple Developer Forums</a></li>
<li class="github"><a title="Swift Education on GitHub" href="https://github.com/swifteducation" onclick="ga('send', 'event', 'link', 'click', 'GitHub Profile', {'nonInteraction': 1});">Contribute on GitHub</a></li>
</ul>
</section>
</section>
<section class="padding-top-30">
<p class="half-size">The course materials only, and not any other content of this web page, are to be used pursuant to a Creative Commons license, as specified in the license information within the course materials.</p>
<h4 class="padding-top-10">Trademark Information</h4>
<p class="half-size">The Swift logo, Apple, the Apple logo and other Apple trademarks, service marks, graphics, and logos used in connection with the Swift Education project are trademarks or registered trademarks of Apple Inc. in the US and/or other countries. Other trademarks, service marks, graphics, and logos used in connection with the Swift Education project may be the trademarks of their respective owners. You are granted no right or license in any of the aforesaid trademarks, and further agree that you shall not remove, obscure, or alter any proprietary notices (including trademark and copyright notices) that may be affixed to or contained within the Service.</p>
<p class="half-size">For further information about proper referential uses of the Swift logo, please review the <a href="https://www.apple.com/legal/intellectual-property/guidelinesfor3rdparties.html">“Guidelines for Using Apple Trademarks and Copyrights”</a>.</p>
</section>
</main>
</body>
</html>