This repository was archived by the owner on Jun 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 2.22 KB
/
index.html
File metadata and controls
52 lines (52 loc) · 2.22 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>CFWS</title>
<link rel="icon" type="image/png" href="media/img/Icon.png">
<link rel='stylesheet' type='text/css' href='media/css/style.min.css'>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="7FggGYhpbU11DrQ9--hxwjlvIPXdCfj5g17MQ0pAfyA" />
</head>
<body>
<div id="panel">
<img src='media/img/Icon.png' alt='CFWS'>
<h1>CFWS</h1>
<div id="social">
<a href="https://www.github.com/CFWS">Github</a>
<a href="https://www.youtube.com/user/ColdFlameStudio" target="_blank">Youtube</a>
</div>
</div>
<div id="main">
<div>
<h1>About</h1>
<p>Coldflame Studios is a bespoke creative team, based in Melbourne, Australia. Bringing together learning students from information technology and the fine and creative arts, the group is utterly committed to producing projects that explore
new ideas and are visually stunning. Through the work of Coldflame Studios, there exists the ideal and vision to find the balance between simple form and rich function – and at the core of the group’s philosophy sits elegance, a descriptor
that carries through the entire portfolio. </p>
</div>
<div id="projects">
<h1>Projects</h1>
<div class="project">
<div class="pimage" style="background-image: url('media/img/projects/pTable.png')"></div>
<div class="pcontainer">
<div class="pcontainerver">
<h3>Periodic</h3>
<p>A minimalistic Periodic Table, coded in HTML5, CSS3 and Javascript.</p>
<a href="https://cfws.github.io/Periodic/" target="_blank">Visit Project Page</a>
</div>
</div>
</div>
<div class="project">
<div class="pimage" style="background-image: url('media/img/projects/Innumerable.png')"></div>
<div class="pcontainer">
<div class="pcontainerver">
<h3>Innumerable</h3>
<p>A beautiful collection of abstract visualisations.</p>
<a href="https://cfws.github.io/Innumerable/" target="_blank">Visit Project Page</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>