forked from singhofen/singhofen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (62 loc) · 3.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>singhofen.github.io | Web Development</title>
<!--C:\Users\ch833\Desktop\ALL project web pages\sample git wesite\favicon.ico-->
<!--singhofen.github.io/favicon.ico-->
<link rel="icon" href="singhofen.github.io/favicon.ico" type="" />
<link rel="icon" href="https://favicon.io/?text=Ch&shape=rounded&fontFamily=Lancelot&fontSize=100&fontColor=%23ffffff&backgroundColor=%230000ff">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<!--<link rel="stylesheet" href="css/reset.css">-->
<!-- Custom styles for this template -->
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Kalam" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
</head>
<body>
<body class="text-center">
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand">Chase Singhofen | Web Development</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="#">Home </a>
<a class="nav-link" href="#">Features</a>
<a class="nav-link" href="#">Contact</a>
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h3 class="cover-heading"> HTML5 | CSS3 | JavaScript</h3>
<p class="lead">Hey there, I'm Chase. I'm a Web Developer based in Florida, USA. I enjoy developing clean professional websites. Please Explore my GitHub profile & projects. Don't forget to connect with me on social media!</p>
<div class="icons-social">
<a target="_blank" href="https://github.com/singhofen"><i class="fab fa-github"></i></a>
<!--<a target="_blank" href="https://twitter.com/"><i class="fab fa-twitter"></i></a>-->
<a target="_blank" href="https://www.linkedin.com/in/chasesinghofen"><i class="fab fa-linkedin"></i></a>
<a target="_blank" href="https://plus.google.com"><i class="fab fa-google-plus-g"></i></a>
<a target="_blank" href="https://medium.com/@ch83311s"><i class="fab fa-medium"></i></a>
<a target="_blank" href="https://www.freecodecamp.org"><i class="fab fa-free-code-camp"></i></a>
<a target="_blank" href="https://codepen.io/csinghofen/"><i class="fab fa-codepen"></i></a>
</div>
<!--<p class="lead">
<a href="#" class="btn btn-lg btn-secondary">Learn more</a>
</p>-->
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>© 2018 Chase Singhofen</p>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="../../assets/js/vendor/popper.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
</body>