-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdesigner.shtml
More file actions
70 lines (60 loc) · 2.53 KB
/
designer.shtml
File metadata and controls
70 lines (60 loc) · 2.53 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Theme Designer - Carnegie Mellon Spring Carnival</title>
<!--#include virtual="html/head.html" -->
</head>
<body>
<!--#include virtual="html/google-tag-manager.html" -->
<div id="all">
<header class="row header home">
<!--#include virtual="html/header.html" -->
</header>
<!--#include virtual="html/navigation.html" -->
<article class="main">
<div class="row">
<h1>
<center><b>Theme Logo Designer</b></center>
</h1>
<br/>
<div class="large-10 large-centered columns">
<p>Each fall, Spring Carnival Committee selects a new theme for the
following Spring Carnival. The logo is then designed
by one of the CMU students. Meet our logo designer for Spring Carnival
2026 theme <strong>Scotty's Playlist</strong>!
</p>
</div>
<br class="spacer" />
<div class="large-9 large-centered columns">
<div class="row person">
<br class="spacer" />
<br class="spacer" />
<div class="large-5 columns smalltype">
<img class="border" src="img/committee_edited/designer.jpg" />
</div>
<div class="large-7 columns smalltype">
<h3>Carina Zheng</h3>
<br/>
<p>Carina is a sophomore in Art and Computer Science with a concentration
in Electronic and Time-Based Media. From painting to data visualization,
her work spans a wide range of media to capture the essence of community,
nature, and functionality. She draws deep
inspiration from human relationships to explore how they
shape systems of balance and governance. Through this interdisciplinary practice,
she aims to create thoughtful, connective experiences that merge art, technology,
and the human condition.</p>
</div>
</div>
<br class="spacer" /><br/><br/>
</div>
</div>
</article>
<!--#include virtual="html/footer.html" -->
</div>
<!--#include virtual="html/script.html" -->
<script src="js/jquery.cookie.js"></script>
<script src="js/animation.js"></script>
<script>$("#nav-theme").addClass("active");</script>
<script>$("#nav-designer").addClass("active");</script>
</body>
</html>