forked from jmkuehn/ACMWsite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuckicode2018.html
105 lines (105 loc) · 4.4 KB
/
buckicode2018.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
<!DOCTYPE html> <html> <head>
<title>
ACM-W | buck-i-code
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link
href="https://fonts.googleapis.com/css?family=Josefin+Slab:400,600,700|Raleway:300,500"
rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css"
href="css/font-awesome.min.css">
<!-- ****** faviconit.com favicons ****** -->
<link rel="shortcut icon" href="img/favicons/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64"
href="img/favicons/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196"
href="img/favicons/favicon-192.png">
<link rel="icon" type="image/png" sizes="160x160"
href="img/favicons/favicon-160.png">
<link rel="icon" type="image/png" sizes="96x96"
href="img/favicons/favicon-96.png">
<link rel="icon" type="image/png" sizes="64x64"
href="img/favicons/favicon-64.png">
<link rel="icon" type="image/png" sizes="32x32"
href="img/favicons/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16"
href="img/favicons/favicon-16.png">
<link rel="apple-touch-icon" href="img/favicons/favicon-57.png">
<link rel="apple-touch-icon" sizes="114x114"
href="img/favicons/favicon-114.png">
<link rel="apple-touch-icon" sizes="72x72"
href="img/favicons/favicon-72.png">
<link rel="apple-touch-icon" sizes="144x144"
href="img/favicons/favicon-144.png">
<link rel="apple-touch-icon" sizes="60x60"
href="img/favicons/favicon-60.png">
<link rel="apple-touch-icon" sizes="120x120"
href="img/favicons/favicon-120.png">
<link rel="apple-touch-icon" sizes="76x76"
href="img/favicons/favicon-76.png">
<link rel="apple-touch-icon" sizes="152x152"
href="img/favicons/favicon-152.png">
<link rel="apple-touch-icon" sizes="180x180"
href="img/favicons/favicon-180.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage"
content="img/favicons/favicon-144.png">
<meta name="msapplication-config"
content="img/favicons/browserconfig.xml">
<!-- ****** faviconit.com favicons ****** --> </head> <body>
<nav>
<img class="logo" src="img/Logo.png">
<ul>
<li><a href="/index"><i class="fa fa-home fa-2x mobile-nav"
aria-hidden="true"></i>Home</a></li>
<li><a href="/events"><i class="fa fa-calendar fa-2x mobile-nav"
aria-hidden="true"></i>Events</a></li>
<li><a href="/photos"><i class="fa fa-picture-o fa-2x mobile-nav"
aria-hidden="true"></i>Photos</a></li>
<li><a href="/contact"><i class="fa fa-send fa-2x mobile-nav"
aria-hidden="true"></i>Contact</a></li>
</ul>
</nav>
<div class="section-header">
<h2>buck-i-code</h2>
</div> <div class="container">
<h3 class="header">buck-i-code html workshop</h3>
<p>The following are resources for our buck-i-code workshop!</p>
<p>A link to the slide presentation can be found <a href="https://docs.google.com/presentation/d/1V3-WVCR-KYsqPYfYZH1N9l43C3fDiF9FR4DAfoTeLTs/edit?usp=sharing">here</a></p>
<p><a href="https://docs.google.com/document/d/1ZQMvnj6Ngx02Y-jSPec0np5AR_n-9TVWOeG5nmyqAPA/edit?usp=sharing">A link to the HTML Dictionary</a></p>
<ol>
<li>Open NotePad on your computer </li>
<li>Copy the code from <a href="https://docs.google.com/document/d/1kCNUbxbAH4TCRFEIcflpnDmzqzh9W9zi8kBJBw_S_8E/edit?usp=sharing">here</a> </li>
<li>Edit it! </li>
<li>Now, let's add style! </li>
<ul>
<li>Find a background image at <a href="https://pixabay.com">pixabay</a> or <a href="https://subtlepatterns.com">subtlepatters</a></li>
<li>Changing the fonts up! Find more fonts <a href="https://websitesetup.org/web-safe-fonts-html-css/">here</a>!</li>
</ul>
<li>Let's add more content! </li>
<ul>
<li>Adding a link to your favorite youtube video!</li>
<li>Adding a list of your favorite things</li>
</ul>
</ol>
</p> </div> <footer>
<div class="social_icons">
<a
href="https://www.facebook.com/groups/345321265556424/" target="_blank">
<i class="fa fa-facebook-square"></i>
</a>
<a href="mailto:acmwosu@gmail.com" target="_blank">
<i class="fa fa-envelope-square"></i>
</a>
<a href="https://www.instagram.com/acmwosu/"
target="_blank">
<i class="fa fa-instagram"></i>
</a>
</div>
<p class="signature">Designed and Built for the ACM-W at The
Ohio State University by Claudia Hinkle</p> </footer> </body> <script
type="text/javascript" src="js/layout.js"></script> </html>