-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (81 loc) · 3.28 KB
/
index.html
File metadata and controls
85 lines (81 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="assets/affection.png" />
<link rel="apple-touch-icon" href="assets/affection.png" />
<meta name="apple-mobile-web-app-title" content="SergJCerro Github">
<title>Welcome</title>
<meta
name="description"
content="Welcome to my Github Page of Fun Projects ."
/>
<meta name="robots" content="index,follow" />
<meta name="author" content="Sergio Cerritos" />
<meta property="og:title" content="Welcome " />
<meta property="og:type" content="article" />
<meta
property="og:description"
content="Welcome to my Github Page of Fun Projects ."
/>
<meta name="twitter:card" content="summary" />
<link rel="stylesheet" href="css/style.css " />
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css'>
<link rel='stylesheet' href='https://fonts.googleapis.com/icon?family=Material+Icons'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Architects+Daughter|Roboto&subset=latin,devanagari'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'>
<script src="https://kit.fontawesome.com/ce3724f82b.js" crossorigin="anonymous"></script>
<script src="js/script.js" defer></script>
</head>
<body class="welcome">
<span id="splash-overlay" class="splash"></span>
<span id="welcome" class="z-depth-4"></span>
<header class="navbar-fixed">
<nav class="row deep-purple darken-3">
<div class="col s12">
<ul class="right">
<li class="right">
<a
href="https://www.facebook.com/IACDeadshot/"
target="_blank"
class="fa fa-facebook-square fa-2x waves-effect waves-light"
><span class="icon-text"></span
></a>
</li>
<li class="right">
<a
href="https://www.instagram.com/sergjcerro/"
target="_blank"
class="fab fa-instagram-square fa-2x waves-effect waves-light"
><span class="icon-text"></span
></a>
</li>
<li class="right">
<a
href="https://github.com/SergJCerro"
target="_blank"
class="fab fa-github-square fa-2x waves-effect waves-light"
><span class="icon-text"></span
></a>
</li>
</ul>
</div>
</nav>
</header>
<main class="valign-wrapper">
<span class="container grey-text text-lighten-1">
<h1 class="flow-text">Welcome to</h1>
<h1 class="title grey-text text-lighten-3">Serg's Github Project Page</h1>
<a href="../CodingProjects/projects/project.html" class="btn">View Projects</a>
</span>
</main>
<footer class="page-footer deep-purple darken-3">
<div class="footer-copyright deep-purple darken-4">
<div class="container">
<time datetime="{{ site.time | date: '%Y' }}">© 2021 SergJCerro</time>
</div>
</div>
</footer>
</body>
</html>