-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsocials.html
More file actions
125 lines (107 loc) · 4.54 KB
/
socials.html
File metadata and controls
125 lines (107 loc) · 4.54 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jayleen Li</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="images/turtleicon2.png">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700" rel="stylesheet">
<!-- Animate.css -->
<!-- <link rel="stylesheet" href="css/animate.css"> -->
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<!-- <link rel="stylesheet" href="css/bootstrap.css"> -->
<!-- Flexslider -->
<!-- <link rel="stylesheet" href="css/flexslider.css"> -->
<!-- Owl Carousel -->
<!-- <link rel="stylesheet" href="css/owl.carousel.min.css"> -->
<!-- <link rel="stylesheet" href="css/owl.theme.default.min.css"> -->
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Background style -->
<link rel="stylesheet" href="css/calm-breeze-socials.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-36F35HFZYR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-36F35HFZYR');
</script>
</head>
<body>
<div class="calm-breeze-wrapper">
<div class="calm-breeze-container">
<section class="text-center" data-section="art">
<!-- <div class="external-heading-child"> -->
<!-- <img class="author-img" style="background-image: url(images/profile.JPG);"></div> -->
<img class="social-img" src="images/profile.JPG" alt="jayleen li profile">
<h2>Jayleen Li</h2>
<p>just a fellow 3D art nerd<br/>
thank you for stopping by!</p>
<a class="social-button" href="https://www.instagram.com/cheese_turtle_makes/" target="_blank"><i class="icon-instagram"></i>Instagram</a>
<br/>
<a class="social-button" href="https://www.youtube.com/@JayleenLi/" target="_blank"><i class="icon-youtube"></i>YouTube</a>
<br/>
<a class="social-button" href="https://www.etsy.com/shop/cheeseturtlemakes/" target="_blank"><i class="icon-shopping-cart"></i>Etsy (new!)</a>
<br/>
<a class="social-button" href="https://www.thingiverse.com/jayleenli/designs" target="_blank"><i class="icon-folder"></i>Thingiverse</a>
<br/>
<a class="social-button" href="https://makerworld.com/en/@jayleenli" target="_blank"><i class="icon-world"></i>MakerWorld</a>
<br/>
<!-- <a class="social-button" href="https://www.instructables.com/member/jayleenli/instructables/" target="_blank"><i class="icon-pen"></i>Instructables</a>
<br/> -->
<a href="art.html" class="back-link">Back to Art Page</a>
</section>
</div>
<ul class="bg-bubbles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<!-- <script src="js/jquery.waypoints.min.js"></script> -->
<!-- Flexslider -->
<!-- <script src="js/jquery.flexslider-min.js"></script> -->
<!-- Owl carousel -->
<!-- <script src="js/owl.carousel.min.js"></script> -->
<!-- Counters -->
<!-- <script src="js/jquery.countTo.js"></script> -->
<!-- Morris Donute Chart JS --><!--
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script> -->
<!-- Sortable Tables by https://www.kryogenix.org/code/browser/sorttable/-->
<!-- <script src="https://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script> -->
<!-- MAIN JS -->
<!-- <script src="js/main.js"></script> -->
<!--<script src="data/art_projects.js"></script>
<script src="js/art.js"></script> -->
</body>
</html>