-
Notifications
You must be signed in to change notification settings - Fork 0
/
intern.html
85 lines (75 loc) · 4.01 KB
/
intern.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Internships</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<script type="text/javascript" src="js/canvas.js" async></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/card.css" />
<link rel="stylesheet" href="css/links.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NG6HSTPCTR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NG6HSTPCTR');
</script>
</head>
<body style="max-width: 650px; align-content: center; alignment: center">
<h1>Featured</h1>
<a href="https://github.com/tuvtran/project-based-learning">Crowdsourced list of project guides</a>
<a href="https://caps.myfuture.mcgill.ca">McGill MyFuture Job Board</a>
<a href="https://mchacks.ca">McHacks Hackathon</a>
<a href="https://mcgillrobotics.com">McGill Robotics Team</a>
<h1>Places to Apply</h1>
<div>
<a href="https://caps.myfuture.mcgill.ca">McGill MyFuture</a>
<a href="https://www.mcgill.ca/careers4engineers/techfair">McGill TechFair</a>
<a href="https://github.com/ChrisDryden/Canadian-Tech-Internships-Summer-2021">List of Canadian Summer Tech Internships</a>
<a href="https://discord.gg/jYvasPp">CSUS Discord <i>see the internships channel</i></a>
<a href="">McGill Engine <i> McGill based startups, they hire and give funding for projects</i></a>
</div>
<h1>Resume Resources</h1>
<a href="https://www.mcgill.ca/caps/students/prepare/cv">McGill CAPS Resume Service</a>
<a href="https://www.youtube.com/watch?v=BYUy1yvjHxE">Video by Google on how to make a resume</a>
<h1>Project ideas</h1>
<h2>McGill Design Teams</h2>
<a href="https://mcgillrobotics.com">Robotics</a>
<a href="https://www.mcgillformulaelectric.com">Formula Electric</a>
<a href="https://www.facebook.com/aeromcgill/">AERO <i> the avionics team does software</i></a>
<a href="https://www.mcgillrocketteam.com">Rocket Team</a>
<h2>Hackathons</h2>
<a href="https://mchacks.ca">McHacks</a>
<a href="https://codejam.myshopify.com">Code.JAM</a>
<a href="http://www.physics.mcgill.ca/hackathon/">McGill Physics Hackathon</a>
<a href="https://devpost.com">Devpost <i> a hub for hackathons</i></a>
<i>And many, many more. Some open ended and some specialized, all worth the time!</i>
<h2>And some cool things to get you started</h2>
<a href="https://github.com/tuvtran/project-based-learning">A list of projects in various programming languages</a>
<a href="https://www.youtube.com/watch?v=rXHu9OmLd8Y&t=4s">DAVEPL - The guy who invented task manager, he has cool projects on youtube</a>
<a href="https://www.youtube.com/channel/UC9z7EZAbkphEMg0SP7rw44A">CaryKH - Youtube videos on deep learning and all</a>
<a href="https://www.youtube.com/watch?v=DC471a9qrU4&list=PL0vfts4VzfNiI1BsIK5u7LpPaIDKMJIDN">Fireship - a playlist of videos explaining technologies in 100 seconds or less</a>
<h1>Interview Prep</h1>
<a href="https://leetcode.com">LeetCode</a>
<a href="https://www.hackerrank.com">HackerRank</a>
<a href="https://projecteuler.net">Project Euler</a>
<a href="https://www.geeksforgeeks.org">GeeksForGeeks</a>
</body>
</html>