-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (119 loc) · 7.54 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- CDN -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!--Font-->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.4/material.purple-yellow.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="img/chugorLogo.png" rel="icon" type="image/png" />
<link rel="stylesheet" type="text/css" href="css/index.css">
<title>Chu Gor Web | Home</title>
</head>
<body>
<!--Nav Bar Begin-->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!--Page Title-->
<span class="mdl-layout-title">Chu Gor Web | Home</span>
<!--Space to right-->
<div class="mdl-layout-spacer"></div>
<!--Links (at right)-->
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="index.html">
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="#FAFAFA" d="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z" />
</svg>
<strong>Home</strong>
</a>
<a class="mdl-navigation__link" href="pages/lab.html">
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="#FAFAFA" d="M5,19A1,1 0 0,0 6,20H18A1,1 0 0,0 19,19C19,18.79 18.93,18.59 18.82,18.43L13,8.35V4H11V8.35L5.18,18.43C5.07,18.59 5,18.79 5,19M6,22A3,3 0 0,1 3,19C3,18.4 3.18,17.84 3.5,17.37L9,7.81V6A1,1 0 0,1 8,5V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V5A1,1 0 0,1 15,6V7.81L20.5,17.37C20.82,17.84 21,18.4 21,19A3,3 0 0,1 18,22H6M13,16L14.34,14.66L16.27,18H7.73L10.39,13.39L13,16M12.5,12A0.5,0.5 0 0,1 13,12.5A0.5,0.5 0 0,1 12.5,13A0.5,0.5 0 0,1 12,12.5A0.5,0.5 0 0,1 12.5,12Z" />
</svg>
Lab
</a>
<a class="mdl-navigation__link" href="https://www.facebook.com/gor.chu1">
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="#FAFAFA" d="M19,4V7H17A1,1 0 0,0 16,8V10H19V13H16V20H13V13H11V10H13V7.5C13,5.56 14.57,4 16.5,4M20,2H4A2,2 0 0,0 2,4V20A2,2 0 0,0 4,22H20A2,2 0 0,0 22,20V4C22,2.89 21.1,2 20,2Z" />
</svg>
Facebook
</a>
</nav>
</div>
</header>
<!--Menu (drawer)-->
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">Chu Gor Web | Home</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="index.html">
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="#424242" d="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z" />
</svg>
<strong>Home</strong>
</a>
<a class="mdl-navigation__link" href="pages/lab.html">
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="#424242" d="M5,19A1,1 0 0,0 6,20H18A1,1 0 0,0 19,19C19,18.79 18.93,18.59 18.82,18.43L13,8.35V4H11V8.35L5.18,18.43C5.07,18.59 5,18.79 5,19M6,22A3,3 0 0,1 3,19C3,18.4 3.18,17.84 3.5,17.37L9,7.81V6A1,1 0 0,1 8,5V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V5A1,1 0 0,1 15,6V7.81L20.5,17.37C20.82,17.84 21,18.4 21,19A3,3 0 0,1 18,22H6M13,16L14.34,14.66L16.27,18H7.73L10.39,13.39L13,16M12.5,12A0.5,0.5 0 0,1 13,12.5A0.5,0.5 0 0,1 12.5,13A0.5,0.5 0 0,1 12,12.5A0.5,0.5 0 0,1 12.5,12Z" />
</svg>
Lab
</a>
<a class="mdl-navigation__link" href="https://www.facebook.com/gor.chu1">
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="#424242" d="M19,4V7H17A1,1 0 0,0 16,8V10H19V13H16V20H13V13H11V10H13V7.5C13,5.56 14.57,4 16.5,4M20,2H4A2,2 0 0,0 2,4V20A2,2 0 0,0 4,22H20A2,2 0 0,0 22,20V4C22,2.89 21.1,2 20,2Z" />
</svg>
Facebook
</a>
</nav>
</div>
<!--Menu End-->
<!--Contents Begin-->
<main class="mdl-layout__content">
<div class="page-content" align="middle">
<h1>
<svg style="width:48px;height:48px" viewBox="0 0 24 24">
<path fill="#424242" d="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z" />
</svg>
Hello World!
</h1>
<div id="home_screen_banner" align="middle">
<img src="img/Oop-Programming-Wallpaper.png" height="360" width="640" align="middle">
</div>
<div align="middle">
<p>
Hi! I am Chu Gor. I will update this website regularly
<font color="#9E9E9E">(I hope . . . )</font>
<br> Please follow my website. I will use this website for my exercises.
<br> Most of my exercises are related to coding and they host in my  
<a href="https://github.com/chugor">
<svg style="width:12px;height:12px" viewBox="0 0 24 24">
<path fill="#000000" d="M12,2A10,10 0 0,0 2,12C2,16.42 4.87,20.17 8.84,21.5C9.34,21.58 9.5,21.27 9.5,21C9.5,20.77 9.5,20.14 9.5,19.31C6.73,19.91 6.14,17.97 6.14,17.97C5.68,16.81 5.03,16.5 5.03,16.5C4.12,15.88 5.1,15.9 5.1,15.9C6.1,15.97 6.63,16.93 6.63,16.93C7.5,18.45 8.97,18 9.54,17.76C9.63,17.11 9.89,16.67 10.17,16.42C7.95,16.17 5.62,15.31 5.62,11.5C5.62,10.39 6,9.5 6.65,8.79C6.55,8.54 6.2,7.5 6.75,6.15C6.75,6.15 7.59,5.88 9.5,7.17C10.29,6.95 11.15,6.84 12,6.84C12.85,6.84 13.71,6.95 14.5,7.17C16.41,5.88 17.25,6.15 17.25,6.15C17.8,7.5 17.45,8.54 17.35,8.79C18,9.5 18.38,10.39 18.38,11.5C18.38,15.32 16.04,16.16 13.81,16.41C14.17,16.72 14.5,17.33 14.5,18.26C14.5,19.6 14.5,20.68 14.5,21C14.5,21.27 14.66,21.59 15.17,21.5C19.14,20.16 22,16.42 22,12A10,10 0 0,0 12,2Z" />
</svg>
GitHub.
</a>
<br>
<strong>Thank you very much ! ! !</strong>
<br> Enjoy !
<br>
</p>
<p>
<a href="pages/about.html" style="font-size: 75%; color: #9E9E9E;">Read About</a>
</p>
</div>
</div>
</main>
<!--Contents End-->
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!--Google Material-->
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.4/material.min.js"></script>
</body>
</html>