-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathwelcome.html
91 lines (73 loc) · 3.37 KB
/
welcome.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
<!DOCTYPE html>
<html lang="en-us">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-87818804-1', 'auto');
ga('send', 'pageview');
</script>
<head>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
Welcome to Georgia Tech!
</title>
<!-- CSS -->
<link rel="stylesheet" href="/public/css/poole.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<link rel="stylesheet" href="/public/css/hyde.css">
<link rel="stylesheet" href="/public/css/algolia.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
</head>
<body class="theme-base-0d">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="/welcome">
Welcome!
</a>
</h1>
<p class="lead">You have questions, we have answers.</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/faq/about">About</a>
<a class="sidebar-nav-item" href="https://github.com/danielms215/shoulditakethecredit/tree/gh-pages">Contribute</a>
<span class="sidebar-nav-item"></span>
</nav>
<p>Student-curated. Not affiliated with Georgia Tech.</p>
</div>
</div>
<div class="content container">
<div class="post">
<h1 class="post-title">Welcome to Georgia Tech!</h1>
<p>Congratulations on your acceptance to Georgia Tech. That's something to be
proud of! Starting in 2013, students at GT wanted to make the lives
of incoming freshmen and prospective students a little bit less
stressful. Since then, each year, we've answered your questions on
Facebook, Reddit, and all kinds of other places. We've also been
lucky enough to work with advisors and campus leaders to help
answer questions and make the high school to college transition
easier.</p>
<p>This is the result of much of that work, a centralized knowledge
base where many of the questions you have are likely already
answered. If not, there are still hundreds of current and former
students around who will be happy to answer all of your unique and
unusual questions. But please, check here first. </p>
</div>
<h2><a href="/faq/index.html">Frequently Asked Questions</a></h2>
</div>
</div>
</body>
</html>