-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (91 loc) · 3.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Common Zen Media | Evoking awareness through technology</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/style.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/czm_favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/czm_favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/czm_favicon/favicon-16x16.png"
/>
<link rel="manifest" href="images/czm_favicon/site.webmanifest" />
</head>
<body>
<!-- <div id="page-background"><img src="images/bg-main.jpg" width="100%" height="100%" alt="background half-tone image"></div> -->
<div id="content">
<img class="logo" src="images/czm-logo.png" width="200" height="186" />
<h1>Enlightening Colors</h1>
<h2>
Evoking
<a
href="https://web.archive.org/web/20170417075645/http://en.wikipedia.org/wiki/Awareness"
class="webapps-link"
>awareness</a
>
through
<a
href="https://web.archive.org/web/20170417075645/http://en.wikipedia.org/wiki/Technology"
class="smartphones-link"
>technology</a
>.
</h2>
<div class="projects">
<h3>Check our new iOS game release</h3>
<div class="project">
<img
onclick='window.location = "https://apps.apple.com/us/app/project-mw/id6480415754"'
src="./images/pmw_ios.webp"
alt="Project Memory War iOS app"
/>
<h3>Project MW iOS app<code style="font-size: 1rem"></code></h3>
<h4>Puzzle game with an FPS shooter twist for iOS</h4>
<div class="project-content">
<br />
<button
onclick='window.location = "https://apps.apple.com/us/app/project-mw/id6480415754"'
>
Visit app store
</button>
</div>
</div>
</div>
<h3>
Check our
<a
style="text-decoration: underline; color: #ff0000"
href="https://allthefeelz.app"
>Emotion Wheel App</a
>
</h3>
<!-- <h3 style="color:#666">Shown below, a sample of the app's dashboard, displaying emotions aggregated over a week's period.</h3> -->
<!-- <a href="https://allthefeelz.app">
<img src="images/screencapture-allthefeelz-app-dashboard-2020-04-08-15_54_37.png" width="70%" alt="Image showing dashboard of all the feelz web application"/>
</a> -->
<div id="cloud">
<img
src="images/cloud.png"
width="166"
height="130"
alt="from the cloud, sparking it up!"
/>
</div>
<!-- <div id="construction"><img src="images/under-development.png" width="256" height="248" alt="website currently under development"></div> -->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/108/three.min.js"></script>
<script src="js/threeBackground.js"></script>
</body>
</html>