-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·120 lines (102 loc) · 4.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Muffin Coders</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/site.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#7cd55b">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="theme-color" content="#ffffff">
</head>
<body id="page-top">
<!-- Header -->
<header class="masthead d-flex">
<div class="container text-center my-auto">
<h1 class="mb-1">Muffin Coders</h1>
<img src="Muffin.png" alt="Logo" class="muffin-logo">
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More</a>
</div>
<div class="overlay"></div>
</header>
<!-- About -->
<section class="content-section bg-light" id="about">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto">
<h2>About</h2>
<p class="lead mb-5">We are four passionated programmers and currently studying</p>
<a class="btn btn-dark btn-xl js-scroll-trigger" href="https://github.com/muffin-coders">Checkout our GitHub</a>
</div>
</div>
</div>
</section>
<!--<!– Portfolio –>-->
<!--<section class="content-section" id="portfolio">-->
<!--<div class="container">-->
<!--<div class="content-section-heading text-center">-->
<!--<h3 class="text-secondary mb-0">Portfolio</h3>-->
<!--<h2 class="mb-5">Recent Projects</h2>-->
<!--</div>-->
<!--<div class="row no-gutters">-->
<!--<div class="col-lg-6">-->
<!--<a class="portfolio-item" href="https://github.com/muffin-coders/Hashcode-2019">-->
<!--<span class="caption">-->
<!--<span class="caption-content">-->
<!--<h2>Google Hashcode 2019</h2>-->
<!--<p class="mb-0">Photo Slideshow Generator</p>-->
<!--</span>-->
<!--</span>-->
<!--<img class="img-fluid" src="" alt="">-->
<!--</a>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</section>-->
<footer class="footer text-center">
<div class="container">
<!--<ul class="list-inline mb-5">-->
<!--<li class="list-inline-item">-->
<!--<a class="social-link rounded-circle text-white mr-3" href="#">-->
<!--<i class="icon-social-facebook"></i>-->
<!--</a>-->
<!--</li>-->
<!--<li class="list-inline-item">-->
<!--<a class="social-link rounded-circle text-white mr-3" href="#">-->
<!--<i class="icon-social-twitter"></i>-->
<!--</a>-->
<!--</li>-->
<!--<li class="list-inline-item">-->
<!--<a class="social-link rounded-circle text-white" href="#">-->
<!--<i class="icon-social-github"></i>-->
<!--</a>-->
<!--</li>-->
<!--</ul>-->
<p class="text-muted small mb-0">Copyright © Muffin Coders 2019</p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.min.js"></script>
</body>
</html>