-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (37 loc) · 1.74 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Storm</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<link rel="stylesheet" href="stylesheets/custom.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1><a class="invisible" href="index.html">Storm</a></h1>
</header>
<div id="banner">
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<p>Storm is a brainstorming web app I built as my final project in CS 598: Social Spaces on the Internet at the University of Illinois.</p>
<p>Face-to-face brainstorming is the norm, but it has some notable flaws. It allows groupthink to hinder creative thought, it lets personal reputation influence group opinions, and it exposes team members to personal criticism.</p>
<p>The goal of this computer-mediated communication tool is to eliminate these problems by designing a structured and anonymous brainstorm flow.</p>
<p>I hope to test this tool on a few small groups and report interesting findings.</p>
<a href="create.html" class="big-button button"><span>Get Started</span></a>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>