-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (84 loc) · 4.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148138499-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148138499-1');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TKQT9RX');</script>
<!-- End Google Tag Manager -->
<!-- Primary Meta Tags -->
<title>Rebecca Hong — Web Developer</title>
<meta name="title" content="Rebecca Hong — Web Developer">
<meta name="description" content="I am a Web Developer based in the Bay Area.
I specialize in web design, UX and UI design, and front end development. As an avid gamer and scholar, I love leveling up my skills and experience across web design and development. When I am not designing and writing code, I enjoy doodling, woodworking, gaming, sewing, hiking with my dogs, and working on my Subaru.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://rebeccahong.me/">
<meta property="og:title" content="Rebecca Hong — Web Developer">
<meta property="og:description" content="I am a Web Developer based in the Bay Area.
I specialize in web design, UX and UI design, and front end development. As an avid gamer and scholar, I love leveling up my skills and experience across web design and development. When I am not designing and writing code, I enjoy doodling, woodworking, gaming, sewing, hiking with my dogs, and working on my Subaru.">
<meta property="og:image" content="">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://rebeccahong.me/">
<meta property="twitter:title" content="Rebecca Hong — Web Developer">
<meta property="twitter:image" content="">
<!-- Google Font: KRUB -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Krub:400,700" rel="stylesheet">
<!-- CSS Styling -->
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Favicon -->
<link rel="icon" href="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/240/apple/198/seedling_1f331.png">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TKQT9RX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container" data-aos="fade-right">
<div class="group-left">
<div>
<h1>Welcome to 2019 Rebecca</h1>
<p>I am currently rebuilding my site in GatsbyJS.<br>Come back later! 😀</p>
<h2>Let's stay connected!</h2>
<div class="links" >
<a href="https://www.instagram.com/doodledeveloper" alt="Instagram" aria-label="Instagram"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://linkedin.com/in/rehong" alt="Linkedin" aria-label="Linkedin"><i class="fa fa-linkedin fa-2x"></i></a>
<a target="_blank" href="https://github.com/rebeccahongsf/" alt="Github" aria-label="Github"><i class="fa fa-github fa-2x"></i></a>
<a href="mailto:[email protected]" alt="Email" aria-label="Email"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
<div class="group-right">
<img class="photo" src="assets/profile.JPG" alt="Rebecca Hong">
</div>
</div>
<!-- End of Wrapper -->
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<!-- JS Script -->
<script src="script.js"></script>
<!-- Animate On Scroll Library -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<!-- Init AOS -->
<script>
AOS.init();
</script>
</body>
</html>