-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (84 loc) · 4.84 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
---
layout: base
---
<div class="blog-cover" style="background-image:url(/images/{{ site.inc.cover_image }});">
<section>
<div class="container">
<h1>{{ site.inc.title }}</h1>
{% if site.inc.subtitle %}<h3>{{ site.inc.subtitle }}</h3>{% endif %}
{% if site.inc.twitter %}
<a href="https://twitter.com/{{ site.inc.twitter }}" title="Follow on Twitter" target="_blank"><i class="icon icon-twitter"></i></a>
{% endif %}
{% if site.inc.facebook %}
<a href="http://facebook.com/{{ site.inc.facebook }}" title="Join our Facebook group" target="_blank"><i class="icon icon-facebook"></i></a>
{% endif %}
<a href="/feed.xml" title="RSS Feed">
<i class="icon icon-rss"></i>
</a>
</div>
</section>
</div>
<article class="container">
<div class="row full blurb">
<div class="col-sm-12">
<h4>The Computer Graphics Club is a student organization at San José State University.</h4>
<!-- <h2>We have three main goals:</h2> -->
</div>
</div>
<div class="row full blurb-boxes">
<div>
<span>
<h4>Latest news:</h4>
<h5><a href="https://www.facebook.com/groups/sjsucg/permalink/1665099460187397/">SJSU eCampus VR/AR Project Opportunity –– October 3, 2017</a></h5>
<h5><a href="https://www.facebook.com/groups/sjsucg/permalink/1662123563818320/">Lecture/Workshop Topics Poll –– September 30, 2017</a></h5>
<h5><a href="/archives/2017/09/29/first-meeting/">FIRST Fall Club Meeting! –– September 29, 2017</a></h5>
</span>
<span>
<h4>Upcoming events:</h4>
{% for post in site.posts reversed %}
{% unless post.draft or post.categories contains 'archives' %}
<a name="{{ post.id }}"></a><h5 class="title"><a href="{{ post.url }}" rel="prefetch">{{ post.title }} –– <time pubdate datetime="{{ post.date | date: "%Y-%d-%B" }}" title="{{ post.date | date: "%B %d, %Y" }}">{{ post.date | date: "%B %d, %Y" }}</time></a></h5>
{% endunless %}
{% endfor %}
</span>
</div>
</div>
<div class="row"><h2>The club has three main goals:</h2></div>
<div class="row full goal-1">
<div class="col-sm-6">
<h1><span>Connect our students to the computer graphics industry</span></h1>
</div>
<div class="col-sm-6">
<p><span>We aim to go outside the campus, at connecting our club members to companies near and far us – getting students to those companies, and to the computer graphics conferences and events that are hosted around the year, like SIGGRAPH. We want to send people out to see what’s the latest in the industry, what new tools are out there, to learn and get connected with it all.</span></p>
</div>
</div>
<div class="row full goal-2">
<div class="col-sm-12">
<h1><span>Bring computer graphics technology to our campus</span></h1>
<p><span>We want to bring the exciting world of CG to us, so that we can get caught up on the latest in virtual reality tech, or GPU acceleration, or physically based rendering. We want to not only make technology accessible to us here, but to connect us to that expanding industry - get hands-on kits and tech that we can work with for our classes and personal projects.</span></p>
</div>
</div>
<div class="row full goal-3">
<div class="col-sm-12">
<h1><span>Connect the art and science departments at SJSU</span></h1>
<p><span>We want to break down barriers - between the art & science, and the design & engineering departments. We mean films, research, creative software, animation pipelines, projects that go beyond the courses and get people involved and working together. Computer graphics isn’t just tech, and it’s not just art – it’s both. And we want to demonstrate that.</span></p>
</div>
</div>
<div class="row join-links">
<div class="col-sm-12 text">
<h3>Make it your story.</h3>
<p>Become a part of our fast growing student organization and benefit from:</p>
<ul>
<li><p>Admission to free talks from CG industry & academic professionals</p></li>
<li><p>Admission to software & technology workshops</p></li>
<li><p>Access to VR & AR hardware</p></li>
<li><p>Information on & discounts to CG-related events in the Bay Area</p></li>
<li><p>Being a part of a thriving community of CG interested people</p></li>
</ul>
<br>
<a href="https://goo.gl/forms/rl2x7DepBUYvc4qj1"><button type="button" class="btn btn-outline-primary">Sign up to our email newsletter</button></a>
<a href="https://www.facebook.com/groups/sjsucg/"><button type="button" class="btn btn-outline-primary">Join our Facebook group</button></a>
</div>
</div>
</article>