-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
48 lines (48 loc) · 3.83 KB
/
resources.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" href="icon.png">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap" rel="stylesheet">
<script src="script.js"></script>
<title>Resources</title>
</head>
<body>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="navbar">
<a class="active"></a>
<div id="myLinks" class="links">
<a href="index.html">Home</a>
<a href="quiz.html">Matcher</a>
<a href="specializations.html">Specializations</a>
<a href="resources.html">Resources</a>
<a href="aboutus.html">About Us</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="dropdown()">
<i class="fa fa-bars"></i>
</a>
</div>
<h1 class = "bottompaddingh1" >Resources</h1>
<div><hr /></div>
<h2 class="resourceh2"><B>Official UCI Information Pages</B></h2>
<div class = "morespace"><a href="https://catalogue.uci.edu/donaldbrenschoolofinformationandcomputersciences/departmentofcomputerscience/computerscience_bs/#requirementstext" target="_blank" rel="noopener noreferrer">UCI Computer Science Major Requirements</a></div>
<div class = "morespace"><a href="https://catalogue.uci.edu/allcourses/compsci/" target="_blank" rel="noopener noreferrer">UCI Computer Science Course Catalogue</a></div>
<div class = "morespace"><a href="https://catalogue.uci.edu/allcourses/i_c_sci/" target="_blank" rel="noopener noreferrer">UCI Information and Computer Science Course Catalogue</a></div>
<div class = "morespace"><a href="https://catalogue.uci.edu/allcourses/in4matx/" target="_blank" rel="noopener noreferrer">UCI Informatics Course Catalogue</a></div>
<div class = "morespace"><a href="https://www.ics.uci.edu/ugrad/courses/index-course" target="_blank" rel="noopener noreferrer">UCI ICS Course Offerings</a></div>
<div class = "morespace"><a href="https://www.ics.uci.edu/ugrad/sao/Course_updates" target="_blank" rel="noopener noreferrer">UCI ICS Course Restrictions/Updates</a></div>
<div class = "morespace"><a href="https://www.ics.uci.edu/ugrad/degrees/CS_Specialization_Courses.pdf" target="_blank" rel="noopener noreferrer">UCI ICS Specialization Chart</a></div>
<h2 class="resourceh2"><B>Specialization Reddit Threads</B></h2>
<div class = "morespace"><a href="https://www.reddit.com/r/UCI/comments/f93lvk/cs_specialization/" target="_blank" rel="noopener noreferrer">CS Specialization</a></div>
<div class = "morespace"><a href="https://www.reddit.com/r/UCI/comments/n9ik1w/cs_specializationsconcentrations_discuss_post/" target="_blank" rel="noopener noreferrer">CS Specializations/Concentrations Discussion Post</a></div>
<div class = "morespace"><a href="https://www.reddit.com/r/UCI/comments/7zzdvv/cs_majors_which_cs_specialization_did_you_choose/" target="_blank" rel="noopener noreferrer">CS Majors: Which specialization did you choose and why?</a></div>
<div class = "morespace"><a href="https://www.reddit.com/r/UCI/comments/30l2u9/cs_major_specialization/" target="_blank" rel="noopener noreferrer">CS Major Specialization?</a></div>
<div class = "morespace"><a href="https://www.reddit.com/r/UCI/comments/3cp1cf/uci_computer_science_specialization_tracks/" target="_blank" rel="noopener noreferrer">UCI Computer Science Specialization Tracks</a><div>
</h2>
</body>
</html>