-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (89 loc) · 4.33 KB
/
Copy pathindex.html
File metadata and controls
98 lines (89 loc) · 4.33 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
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<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">
<!-- Include icon -->
<link rel="SHORTCUT ICON" href="/images/lettera.ico">
<!-- Include fonts -->
<link href="https://fonts.googleapis.com/css?family=Arima+Madurai:200|Source+Sans+Pro:300" rel="stylesheet">
<title>Annie's Web Page</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="row">
<div class="large-12 columns">
<h1>Annie Luc</h1>
</div>
</div>
<div class="media-object row">
<div class="large-12 columns callout">
<div class="media-object-section">
<!-- Headshot of myself! -->
<img src="images/profile.jpg" style="max-height:15%;margin-right:20;" align="left">
</div>
<div class="media-object-section">
<h3>Hello, it’s nice to meet you!</h3>
<p>You've found my college/early career webpage! I've graduated from the University of Florida and am now working at Google as a software engineer.</p>
<p>My goal is to unite passion and utility for good in my career.</p>
</div>
</div>
</div>
<div class="row">
<div class="large-8 medium-8 columns">
<h5>Projects:</h5>
<!-- Grid Example -->
<div class="row" data-equalizer>
<div class="large-4 medium-4 small-4 columns">
<div class="primary callout" data-equalizer-watch>
<p>UF TYPE Messenger: <a href="https://github.com/Annhiluc/uf-type-messenger" target="_blank"><b>Web App</b></a></p>
</div>
</div>
<div class="large-4 medium-4 small-4 columns">
<div class="primary callout" data-equalizer-watch>
<p>Women Working With Women: <a href="https://github.com/WomenWorkingWithWomen/WomenWorkingWithWomen" target="_blank"><b>Web App</b></a></p>
</div>
</div>
<div class="large-4 medium-4 small-4 columns">
<div class="primary callout" data-equalizer-watch>
<p>Ruby on Rails: <a href="https://github.com/Annhiluc/RateMyClass-4301" target="_blank"><b>Rate My Class</b></a></p>
</div>
</div>
</div>
<div class="row" data-equalizer>
<div class="large-4 medium-4 small-4 columns">
<div class="primary callout" data-equalizer-watch>
<p>Kids Count: <a href="https://github.com/Annhiluc/KidsCount" target="_blank"><b>Web App</b></a></p>
</div>
</div>
<div class="large-4 medium-4 small-4 columns">
<div class="primary callout" data-equalizer-watch>
<p>Capital One Summit for Software Engineers: <a href="https://github.com/logicx24/Reimburse" target="_blank"><b>Reimburse</b></a></p>
</div>
</div>
<div class="large-4 medium-4 small-4 columns">
<div class="primary callout" data-equalizer-watch>
<p>C++ Application: <a href="https://github.com/callumjago/COP3503-Term-Project" target="_blank"><b>Battleship Simulator</b></a></p>
</div>
</div>
</div>
</div>
<div class="large-4 medium-4 columns">
<div class="stacked button-group">
<h5>Contact:</h5>
<a class="button" href="https://www.linkedin.com/in/lucannie" target="_blank"><img src="images/linkedin.png" class="resize"></img></a><br/>
<a class="button" href="https://github.com/Annhiluc" target="_blank"><img src="images/github.png" class="resize"></img></a><br/>
<a class="button" href="mailto:annhiluc@gmail.com?Subject=Hi%20Annie" target="_blank"><img src="images/email.png" class="resize"></a>
<a class="button" href="https://drive.google.com/file/d/0BzppcGsyngGgZEtsNzdWdXo5Qlk/view?resourcekey=0-G12dPXckNYxi9q9CmXo5lA" target="_blank"><b>Résumé</b></a>
</div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/foundation/foundation.equalizer.js"></script>
<script src="js/app.js"></script>
</body>
</html>