-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (95 loc) · 4.11 KB
/
index.html
File metadata and controls
110 lines (95 loc) · 4.11 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
103
104
105
106
107
108
109
110
<!DOCTYPE HTML>
<html>
<style>
div.center {text-align: center;}
</style>
<head>
<title>Eric Tran's Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- preload -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<!--<span class="fab fa-grav" style="font-size:50px"></span>-->
<!--<span class="button solo" style="font-size:60px">-->
<!-- <span class="fab fa-grav" style="font-size:65px"></span> -->
<a href="https://github.com/erctrn" class="icon brands fa-github"><span class="label">GitHub</span></a>
<a href="https://www.linkedin.com/in/erctrn/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a>
</div>
<div class="content">
<div class="inner">
<h1>Eric Tran</h1>
<p>DevOps/Site Reliability Engineer</p>
</div>
</div>
<nav>
<ul>
<li><a href="#aboutme">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- About Me -->
<article id="aboutme">
<h7>Hi, my name is</h7>
<h2 class="major">Eric Tran</h2>
<!-- <h6>Eric Tran</h6> -->
<span class="image main"><img src="images/abtme.jpg" alt="" /></span>
<p>I'm a CS student based in California. I like to spend my time trying to improve myself, whether it be learning about new technologies or practicing coding. </p>
<p>Want to work together or have a chat? Feel free to get in touch through email or connect with me on LinkedIn!</p>
<center><a href="https://drive.google.com/file/d/1xH2Qb-H_p9qcu4sbuUJLBkVvWEDjuBSK/view?usp=sharing"><button type="button" class="btn btn-outline-secondary btn-lg"><i class="fa fa-download"></i> My Resume</button></a></center>
</article>
<!-- Projects -->
<article id="projects">
<h2 class="major">Projects</h2>
<h3>Axolotl <a href="https://github.com/jeffuong/Axolotl" class="icon brands fa-github"><span class="label">Project Site</span></a> </h3>
<a href="https://github.com/jeffuong/Axolotl" <span class="image main"><img src="images/demov2.gif" alt="" /></span> </a>
<p>Axolotl is a text editor made in C++ and Qt, aiming to provide a similar workflow to VS Code and Notepad++.</p>
<h3>Dockerized Jenkins Sandbox</h3>
<span class="image main"><img src="images/Jenkins-Docker.png"/></span>
<p>A Jenkins environment that provisions build agents dynamically using ephemeral Docker containers.</p>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<section>
<h3>Email</h3>
<p><a href="mailto:erictrann1@gmail.com">erictrann1@gmail.com</a></p>
</section>
<h3>Social</h3>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/erctrn/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/erctrn" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Eric Tran 2021 | erictrann1@gmail.com</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>