forked from 3Kmfi6HP/3Kmfi6HP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sub05.html
112 lines (101 loc) · 4.19 KB
/
sub05.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<link rel="stylesheet" href="./main.css" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Cinzel|Comfortaa|Gloria+Hallelujah" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<title>gyue.me</title>
</head>
<body>
<div class="bg"></div>
<div class="jumbotron" style="
background: url(./assets/img/waves0.png) no-repeat;
background-size: contain;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
image-rendering: crisp-edges;
background-position: 48% 20px"
id="fetch">
<header class="container">
<div class="row" style="position: relative">
<div class="col-md-4 p-5">
<a href="/" data-toggle="modal" data-target="#myModal">
<img id="home" src="./assets/img/profile.png"
class="img-fluid rounded upNdown"
alt="Responsive image"></a>
</div>
<div class="col-6 p-5" style="color: black">
<h1 style="font-family: 'Gloria Hallelujah', cursive;
font-size: 200%">
<h1> <b>Gillian Yue</b>:
<i>Game Design Portfolio</i></h1>
<h4>Design, Development & Art</h4>
</div>
</div>
</header>
</div>
<section class="container bg-transparent"
style="font-family: 'Comfortaa', cursive"> <!-- texts of about me -->
<div class="row">
<div class="col-10" style="margin: auto">
<div class="bg-light px-5 pt-3 pb-1">
<dt class="pb-2"
style="font-family: 'Gloria Hallelujah', cursive;
font-size: 130%">MY CHARIZARD</dt>
<p>
There he is.
</p>
<img src="./assets/img/char.JPG" style="width: 500px;">
</div>
<div class="bg-light px-5 pt-1 pb-5">
</div>
</div>
</div>
</section>
<section id="footer" >
<div class="container">
<div class="row">
<div class="col-md-12 py-5">
<div class="mb-5 center" style="
text-align: center">
<p>@Copyright 2018 Gillian Yue</p>
<ul class="list-unstyled list-inline social text-center">
<li class="list-inline-item">
<a href="https://gillianyue.com/" target="_blank">
<i class="far fa-moon"></i></a></li>
<li class="list-inline-item">
<a href="https://www.youtube.com/channel/UCxLWq57kctYtRhiZXUQvmuQ/videos?view_as=subscriber"
target="_blank">
<i class="fab fa-youtube"></i></a></li>
<li class="list-inline-item">
<a href="https://ibb.co/gxRT29" target="_blank">
<i class="fas fa-crow"></i></a></li>
<li class="list-inline-item">
<a href="https://github.com/GillianYue" target="_blank">
<i class="fab fa-github"></i></a></li>
<li class="list-inline-item"><a>
<i class="fas fa-poop" id="pp" onclick="pp()"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" 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.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>