-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (84 loc) · 4.05 KB
/
index.html
File metadata and controls
102 lines (84 loc) · 4.05 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<title>Brian Luc</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="personal.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body class="theme1">
<div class ="container bgimage" style="margin:auto">
<div class="buttonrow">
<a href="18-8-12.pdf" class="btntop smalltext">Resume</a>
<a href="https://github.com/bluc41" class="btntop smalltext">GitHub</a>
<a href="https://www.linkedin.com/in/brianluc41" class="btntop smalltext">LinkedIn</a>
</div>
<div>
<h1 id="headtext"><big>Brian Luc</big></h1>
</div>
</div>
<div class="theme1">
<div class="container">
<h3 class="text-center head">A Little Bit About Myself</h3>
<p class="text-center foot smalltext" id="selfdescription">
I'm a undergrad student the University of Illinois, Urbana-Champaign studying Computer Science. I've been all over the States and 9 countries outside the U.S – many more than once. Besides traveling, I enjoy cooking, hanging out with friends, trying new foods, and listening to new music in my free time. I've played two instruments: piano for 11 years, and cello for 6. That goofball there is my white shepherd Bentley.
</p>
</div>
</div>
<div class="theme1">
<div id="photos">
<img src="pics/bentley.png" alt="#">
<img src="pics/is_this_it_album_cover_2.png" alt="#" id="strokes">
<img src="pics/il-pizzaiuolo.png" alt="#">
<img src="pics/gelateria_scaled.png" alt="#">
<img src="pics/pizza_scaled2.png" alt="#">
<img src="pics/cage_tyhb.jpg" id="cage" alt="#">
<img src="pics/venice_canal_scaled.png" alt="#">
<img src="pics/deadlift.png" id="deadlift" alt="#">
</div>
</div>
<div class="theme1">
<div class="container" style="text-align:center">
<h3 class="text-center head">Relevant Coursework</h3>
<div class="row">
<div class="col-sm-6">
<ul class="coursework foot smalltext">
<li>Calculus I-III</li>
<li>Differential Equations</li>
<li>Linear Algebra</li>
<li>Computer Architecture</li>
<li>Systems Programming</li>
</ul>
</div>
<div class="col-sm-6">
<ul class="coursework foot smalltext">
<li>Discrete Structures</li>
<li>Data Structures</li>
<li>Intro to Data Science</li>
<li>Intro to Machine Learning</li>
</ul>
</div>
</div>
</div>
</div>
<div class="r8-8-12me1 foot">
<a href="18-8-12.pdf" class="btnbot smalltext">Resume</a>
<a href="https://github.com/bluc41" class="btnbot smalltext">GitHub</a>
<a href="https://www.linkedin.com/in/brianluc41" class="btnbot smalltext">LinkedIn</a>
</div>
<script src="node_modules/jquery/dist/jquery.js"></script>
<audio src="utcod.mp3" preload="auto" id="utcod">
</audio>
<audio src="cigarettedaydreams.mp3" preload="auto" id="cigday">
</audio>
<audio src="Waves.m4a" preload="auto" id="waves"></audio>
<script src="personal.js"></script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>