-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsvyart23.html
141 lines (138 loc) · 4.65 KB
/
svyart23.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
<!DOCTYPE html>
<html>
<title>SVY New Year's Art Contest</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="logo.png">
<link href="https://fonts.googleapis.com/css?family=Lato:300|Raleway:300" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css" integrity="sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
<head>
<!-- Global site tag (gtag.js) - Google Ads: 445448487 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-445448487"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-445448487');
</script>
</head>
<body>
<div id="menu" onclick="rotate(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<a href="index.html"><img id="logo" src="images/logo.jpg"></a>
<div class="navcontainer">
<a href="index.html"><h1 class="title">SILICON VALLEY YOUTH</h1></a>
</div>
<div id="maincontainer">
<div id="commendationshead">
<h1 class="title slide6">Silicon Valley Youth New Year's Art Contest</h1>
</div>
<div id="contest" style="margin-left: 80px;">
<div id="banner">
<p style="text-align:center;"><img src="images/svyartbanner.jpg" height=290px; width=500px;></img></p>
</div>
<div id="resultsheader">
<h3>Congratulations to our winners!</h3>
</div>
<div id="results">
<h4>Division K - 5:</h4>
<li>1st Place - Isabella Wu, Yao Mountain Tea Harvest</li>
<li>2nd Place - Zoey Du, Year of the Dragon</li>
<li>3rd Place - April Li, Quetzal from Monterverde Costa Rica</li>
<h4>Division 6 - 8:</h4>
<li>1st Place - Valentina Cheng, Year of the Dragon</li>
<li>2nd Place - Pinwei Che, A Window in Time</li>
<li>3rd Place - Angela Sun, Art</li>
<h4>Division 9 - 12:</h4>
<li>1st Place - Peichi Che, Serenity</li>
<li>2nd Place - Daniel Yu, Selfie</li>
</div>
<div id="infoheader">
<h3>Description:</h3>
</div>
<div id="info">
<p>
Silicon Valley Youth will be hosting a New Year's Art Contest under the following topic question: What moments were you grateful for in 2023? <br><br>
Categories include Art, Photography, Poetry, and Film! <br><br>
Submit your work to <a href = "https://tinyurl.com/svyart23">https://tinyurl.com/svyart23</a></li> by February 29th, 2024.
</p>
</div>
<br>
<br>
<div id="instructionsheader">
<h3>Instructions:</h3>
</div>
<div id="instructions">
<li>Submissions are broken into three groups: K - 5th, 6th - 8th, and 9th - 12th grade.</li>
<li>It can be any creation reasonably defined as "creative art."</li>
<li>Entries must be submitted as a PDF, JPG, PNG, or URL using the form link listed above.</li>
<li>Email [email protected] for any questions</li>
</div>
<br>
<div id="deadlineheader">
<h3>Submission Deadline</h3>
</div>
<div id="deadline">
<li>February 29, 2024, 11:59 p.m.</li>
</div>
<div id="submissionheader">
<h3>Submission Link</h3>
</div>
<div id="submissionlink">
<li>Submission Link: <a href = "https://tinyurl.com/svyart23">here</a></li>
</div>
<div id="prizeheader">
<h3>Prizes</h3>
</div>
<div id="prize">
<li>1st Place: $100</li>
<li>2nd Place: $50</li>
<li>3rd Place: $25</li>
</div>
<h3>Have a fun time creating your artwork and good luck!</h3>
<div id="flyer">
<p style="text-align:center;"><img src="images/svyart23.jpg" height=880px; width=680px;></img></p>
</div>
</div>
<div id="footer" style="position: relative; z-index: 12;">
<div id="footerlinks">
<a href="team.html">Our Team</a>
<a href="donate.html">Donate</a>
<a href="mission.html">Mission</a>
</div>
<div id="copyright">
<p> © 2016-2022. Silicon Valley Youth</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="index.js">
</script>
<script src="classes.js">
</script>
<style>
h3{
color: #ed4e4e;
font-size: 30px;
margin: 20px;
}
li{
font-size: 18px;
margin: 10px;
margin-left: 40px;
}
p{
font-size: 18px;
margin:10px;
margin-left: 40px;
}
</style>
</body>
</html>