-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
102 lines (99 loc) · 6.73 KB
/
help.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
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="Resources/bootstrap.min.css" />
<link rel="shortcut icon" href="assets/brand/favicon.ico" />
<title>CollegeFork, Fork your college. The best place for school research</title>
</head>
<body>
<!--nav bar-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="https://collegefork.com">
<img src="/assets/brand/collegefork.svg" width="30" height="30" class="d-inline-block align-top" alt="">
CollegeFork
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="https://collegefork.com">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://collegefork.com/match">College Match</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://collegefork.com/dive">College Dive In</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Experts' Advice
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://collegefork.com/application">Application</a>
<a class="dropdown-item" href="https://collegefork.com/test">Standard Test</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://collegefork.com/activity">Activities</a>
<a class="dropdown-item" href="https://collegefork.com/summerschool">Summer School Special Section</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://blog.collegefork.com">Forum</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
<ul class="nav justify-content-end account-logo">
<li class="nav-item">
<a class="navbar-brand" href="login.html">
<img src="/assets/brand/account.png" width="30" height="30" class="d-inline-block align-top" alt="">
</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron">
<h1 class="display-4">How can we help?</h1>
<h4 id="new-account">-How do I set up a new user account?</h4>
<p>Anybody can use our website for free. Use your email address to <a href="register.php">sign up and get started right now</a>. Having an account gives you the ability to check out our features and track your own progress.</p>
<h4 id="after-register">-What to do after I sign up for CollegeFork?</h4>
<p>At CollegeFork, you can explore your dream colleges, find your perfect match, design your own way to rank all the colleges, and get expert's advice to help you through your college application progress.</p>
<h3 id="process">-How it works?</h3>
<figure>
<img src="assets/features/process.png" alt="CollegeFork process">
<figcaption>
<h5>Here is how you start at CollegeFork.</h5>
<ol>
<li>Sign up or log in to your personal account. (See <a href="#new-account">How to set up a new account</a>).</li>
<li>Enter the <a href="match/index.html">college match page</a>, complete the test and find which colleges fit your personality. </li>
<li>Use the <a href="match/filter.html>" College Filter</a> to set up your preferences and expectations for your dream college, used the panel to quantify your demand. Our special algorithm will generate the personalized college ranking list just
for you.</li>
<li>Find out more college information through <a href="dive/index.html">College Dive In</a>, add more schools to <a href="dashboard.php">your College List</a>, and learn more about colleges and events on our <a href="https://blog.collegefork.com">CollegeFork Forum</a></li>
<h4 id="colleges">-How do I find information for colleges at CollegeFork?</h4>
<p>CollegeFork gives you everything you need before/in/after college. You can visit <a href="dive/index.html">College Dive In</a> to find information needed. Search for a certain college or randomize to explore, you can access informations such
as ranking, admission, or majors of universities on their individual page.</p>
<h4 id="match">-How to find my matched colleges?</h4>
<p>CollegeFork is the one and only place to find a perfect college for you. You will meet your "soulmate" by using our main feature <a href="dive/filter.html">College Filter</a>. See the instructions on <a href="dive/index.html">this page</a> to
get a better experience.</p>
<h5 id="forum">-I have read the articles on the CollegeFork Forum, where do they all from?</h5>
<p>CollegeFork invited experienced students and alumni to share their experience and advice. All the original articles are written by students and alumni, edited and published by the CollegeFork Editing Team. You should not reprint or publish these
articles without our permission. Contact us via email <a href="mailto:[email protected]">[email protected]</a> to get further information.</p>
<h5 id="share">-Can I share my own experience to CollegeFork?</h5>
<p>Definitely! CollegeFork welcomes everyone to share their experiences and advice to fellow students and alumni. If you have any suggestions, or you wish to send your articles on your experiences, contact via email: <a href="mailto:[email protected]">[email protected]</a></p>
<hr class="my-4">
<p class="lead" style="font-weight:50">Still have questions or suggestions? Please contact [email protected], we will reply ASAP.</p>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="/Resources/jquery.min.js"></script>
<script src="/Resources/popper.min.js"></script>
<script src="/Resources/bootstrap.min.js"></script>
</body>
</html>