-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 3.96 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bryce Tham | Home</title>
<meta name="keywords" content="Bryce,Tham,Website,UCI,Irvine,Online,CV,Stanford,Software,Engineer,Design,Thinker">
<meta name="author" content="Bryce Tham">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.0/css/mdb.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/brycetham.css">
</head>
<body>
<div class="container">
<div class="row header">
<div class="col-md-5 animated zoomIn">
<img src="img/logo.png" class="logo" width="90%">
</div>
<div class="col-md-7">
<h1 class="animated bounceInUp">Bryce Tham</h1>
<p class="animated bounceInRight">I am a software engineer and design thinker, combining cutting-edge full-stack development techniques with innovative UI/UX design that have led to numerous successful partner projects around the world. <!--strong><a href="#projects">Learn more.</a></strong--></p>
<p>
<a href="files/btham_resume.pdf" class="fa-stack fa-2x btn-resume animated bounceIn" data-toggle="tooltip" data-placement="bottom" title="resume"><i class="fas fa-circle fa-stack-2x"></i><i class="fas fa-file-alt fa-stack-1x fa-inverse"></i></a>
<a href="cv" class="fa-stack fa-2x btn-cv animated bounceIn" data-toggle="tooltip" data-placement="bottom" title="curriculum vitae"><i class="fas fa-circle fa-stack-2x"></i><i class="fas fa-graduation-cap fa-stack-1x fa-inverse"></i></a>
<a href="https://www.linkedin.com/in/brycetham/" class="fa-stack fa-2x btn-linkin animated bounceIn" data-toggle="tooltip" data-placement="bottom" title="linkedin"><i class="fas fa-circle fa-stack-2x"></i><i class="fab fa-linkedin fa-stack-1x fa-inverse"></i></a>
<a href="https://github.com/brycetham" class="fa-stack fa-2x btn-github animated bounceIn" data-toggle="tooltip" data-placement="bottom" title="github"><i class="fas fa-circle fa-stack-2x"></i><i class="fab fa-github fa-stack-1x fa-inverse"></i></a>
<a href="https://thebattlestrikerblog.wordpress.com" class="fa-stack fa-2x btn-wordpress animated bounceIn" data-toggle="tooltip" data-placement="bottom" title="wordpress"><i class="fas fa-circle fa-stack-2x"></i><i class="fab fa-wordpress fa-stack-1x fa-inverse"></i></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p style="text-align:center;"><small>© 2016-2024 Bryce Tham</small> | <small>logo by Jessica Wong</small></p>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r119/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanta/0.5.18/vanta.net.min.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script src="js/brycetham.js"></script>
</body>
</html>