-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (64 loc) · 3.9 KB
/
index.html
File metadata and controls
85 lines (64 loc) · 3.9 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="IEEE FIU Student Branch : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>IEEE FIU Student Branch</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/ieeefiu">View on GitHub</a>
<h1 id="project_title">IEEE FIU Student Branch</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="welcome" class="anchor" href="#welcome" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome</h3>
<p>Hello and welcome to the <a href="http://ieee.fiu.edu">IEEE FIU Student Branch</a>! This document is intended as a quick-start guide on how best to participate in our projects. As our organization evolves, it will be updated with more information and links to various projects we are working on.</p>
<h3>
<a id="you-will-need" class="anchor" href="#you-will-need" aria-hidden="true"><span class="octicon octicon-link"></span></a>You will need</h3>
<ul>
<li>
<a href="https://slack.com">Slack</a>. Slack is a messaging app for teams. It's like Internet Relay Chat but without the pain and anguish of setting up and maintaining an IRC server or trying to get people to use IRC in 2015. We use it for coordinating meetings, discussing project details, and updates. To get an invite to Slack, talk to David, Eli, Jason-Lee, or Will (or all of us at the same time). <em>Aside from face-to-face meetings, this is our primary method of communication.</em>
</li>
<li>A <a href="https://github.com">Github</a> account. GitHub is a website for hosting projects created using <a href="http://www.git-scm.com">Git</a>, a version control tool created by Linus Torvalds. We have an <a href="https://github.com/ieeefiu">organization</a> on GitHub where our projects are hosted. Many of these repositories are private, so please create an account and let us know what your username is so you can have access.</li>
<li>
<a href="https://trello.com">Trello</a>. Trello is an online project management tool intended for groups of people.</li>
</ul>
<h3>
<a id="project-links" class="anchor" href="#project-links" aria-hidden="true"><span class="octicon octicon-link"></span></a>Project links</h3>
<ul>
<li><a href="http://ieeefiu.github.io/robot2016">IEEE Southeastcon 2016 Hardware Competition</a></li>
</ul>
<h3>
<a id="a-note" class="anchor" href="#a-note" aria-hidden="true"><span class="octicon octicon-link"></span></a>A note</h3>
<p>Your enthusiasm is essential. We are seeking <em>true believers</em> who are willing to participate. That being said, this is a learning experience for all of us. We are not born knowing engineering, so there is no shame in asking questions or jumping on without knowing what to do. <em>None of us know what we are doing</em>, but we are hammering away as best we can to accomplish great things. All experience levels are welcome.</p>
<h3>
<a id="contacts" class="anchor" href="#contacts" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contacts</h3>
<ul>
<li>
<a href="mailto:dvall027@fiu.edu">David Vallejo</a> - President</li>
<li>
<a href="mailto:wober001@fiu.edu">William Oberndorfer</a> - Hardware Team</li>
<li>
<a href="mailto:erave001@fiu.edu">Eli Ravelo</a> - Hardware Team</li>
<li>
<a href="mailto:jthom261@fiu.edu">Jason-Lee Thomas</a> - Hardware Team</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>