forked from giotsere/minimalist-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (126 loc) · 5.78 KB
/
index.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'G-QRFE5WMZ1M', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>// Carter Fendley</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
</head>
<body>
<div class="section-1">
<h2 class="green">@START_COMMENT@Carter Fendley@END_COMMENT@</h2>
<h3>Software Engineer</h3>
<p>New York, NY.</p>
<a href="https://www.linkedin.com/in/carter-f-260473121/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/CarterFendley"><i class="fab fa-github"></i></a>
</div>
<div class="grid-2">
<!--
<div class="section-2">
<h2>About</h2>
<hr/>
<p>Interested in topics in Team Building, Machine Learning, Statistics, Robust Software, and of course Serverless.</p>
<h2>Skills Overview</h2>
<hr/>
<h3>Platforms</h3>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-linux fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-apple fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-docker fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-aws fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-windows fa-stack-1x"></i>
</span>
<h3>Languages</h3>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-python fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-cuttlefish fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-js fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-java fa-stack-1x"></i>
</span>
<p>Also C++, Kotlin, Bash Scripting but Font Awesome doesn't have pretty icons for those. <em>@START_COMMENT@Sad noises until I write a workaround.@END_COMMENT@</em></p>
<h3>Tools</h3>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-git fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-github fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-jenkins fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fas fa-terminal fa-stack-1x"></i>
</span>
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x white-icon"></i>
<i class="fab fa-vuejs fa-stack-1x"></i>
</span>
<p>Again, a lot more.</p>
<h2>Projects</h2>
<hr/>
<a href="https://mivp-agent.github.io/"><h3>mivp‑agent</h3></a>
<p>Developed model agnostic ML tooling for training Python models in the C++ environment of MOOS-IvP. Saw 50x speed up during training time / data collection from existing solutions. Used Python's C API to remove need for redundant development. See website for more information.</p>
</div>
-->
</div>
<script>
var comment_strings = [
['// ', ''],
['# ', ''],
["' ' ' ", " ' ' '"],
['REM ', ''],
['/* ', ' */'],
['<!-- ', ' -->'],
['{- ', ' -}'],
]
var idx = Math.floor(Math.random()*(comment_strings.length))
console.log("Adding :", comment_strings[idx])
$("body").children().each(function () {
$(this).html( $(this).html().replace(/@START_COMMENT@/g, comment_strings[idx][0]) );
});
$("body").children().each(function () {
$(this).html( $(this).html().replace(/@END_COMMENT@/g, comment_strings[idx][1]) );
});
</script>
</body>
</html>