-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
140 lines (124 loc) · 6.84 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Complementary Development | Official Site</title>
<meta name="description" content="The home of Complementary Shaders. Reimagining the visuals of Minecraft with high standards of quality, detail and performance.">
<meta name="author" content="">
<meta name="keywords" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Favicon
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/CompLogo180x.jpg">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/CompLogo16x.jpg">
<!-- Stylesheets
================================================== -->
<!-- Bootstrap core CSS -->
<link href="/assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GNX1RDX0CX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GNX1RDX0CX');
</script>
<!-- Google Syndication-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2272615298786275"
crossorigin="anonymous"></script>
</head>
<body>
<header id="masthead" class="site-header">
<nav id="primary-navigation" class="site-navigation">
<div class="container">
<div class="navbar-header">
<a href="/" class="site-title"><span>Complementary</span> Development</a>
</div><!-- /.navbar-header -->
<div class="collapse navbar-collapse" id="agency-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="/" data-toggle="dropdown">Home</a></li>
<li><a href="/shaders">Shaders</a></li>
<li class="dropdown"><a href="/contact" class="dropdown-toggle" data-toggle="dropdown">Information<i class="fa fa-caret-down hidden-xs" aria-hidden="true"></i></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="menu1">
<li><a href="/contact">Contact</a></li>
<li><a href="/privacy-policy">Privacy Policy</a></li>
<li><a href="/changelogs">Changelogs</a></li>
<li><a href="/mod-issues">Mod Issues</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav><!-- /.site-navigation -->
</header><!-- /#mastheaed -->
<div id="hero" class="hero overlay subpage-hero">
<div class="hero-content">
<div class="hero-text" style="max-width: 150%">
<h1>Complementary Development</h1>
<p>Reimagining the visuals of Minecraft with high standards of quality, detail and performance.</p>
</div>
</div><!-- /.hero-content -->
</div><!-- /.hero -->
<main id="main" class="site-main" style="margin-bottom: -25px;">
<section class="site-section">
<div class="container index-shader-container">
<div class="index-shader index-reimagined" onclick="location.href='shaders';">
<h2>Complementary Shaders</h2>
</div>
<div class="index-shader-desc">
<p>
Complementary Shaders is a shader pack for Minecraft Java Edition with exceptional attention to detail, high standards of quality, and top tier optimisation. It offers a ton of high quality effects, two default visual style choices, custom effects for almost every block in the game, profiles ranging from Potato to Ultra and it's designed to never be obstructive during gameplay. It started as an edit of BSL Shaders in 2019, and it received countless major updates including a complete rewrite to meet the standards of our community. Complementary Shaders is dedicated to be shaped by user feedback over anything else, and it still receives regular updates to this day.
</p>
</div>
</div>
</div>
</main><!-- /#main -->
<footer id="colophon" class="site-footer">
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-xs-8">
<div class="social-links">
<a class="discord-bg" href="discord"></a>
<a class="patreon-bg" href="patreon"></a>
<a class="github-bg" href="github"></a>
</div><!-- /.social-links -->
</div>
<div class="col-xs-4">
<div class="text-right">
<p>Complementary Development</p>
</div>
</div>
</div>
</div>
</div><!-- /.copyright -->
</footer><!-- /#footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/bootstrap-select.min.js"></script>
<script src="/assets/js/jquery.slicknav.min.js"></script>
<script src="/assets/js/jquery.countTo.min.js"></script>
<script src="/assets/js/jquery.shuffle.min.js"></script>
<script src="/assets/js/script.js"></script>
</body>
</html>