-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (153 loc) · 8.02 KB
/
Copy pathindex.html
File metadata and controls
167 lines (153 loc) · 8.02 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- CSS CDNs-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous">
<!--CSS-->
<link rel="stylesheet" href="css/main.css">
<!-- Page title -->
<title>Codellege</title>
<!--Header and Nav-->
</head>
<body>
<div class="bg-header">
<nav>
<div class="nav-wrapper">
<div class="brand-logo">
<a class="fab fa-github"></a>
<a href="#">codellege</a>
</div>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="https://github.com/codellege"
target="_blank">GitHub</a></li>
<li><a href="https://codellege.com/"
target="_blank">Website</a></li>
<li><a href="#repository-anchor">Repositories</a></li>
<li><a href="#">Collaborators</a></li>
<li><a href="#">Students</a></li>
<li><a href="#"></a></li>
</ul>
</div>
</nav>
<div class="header-content">
<div class="aligner">
<h1><span><i class="fab fa-github"></i></span> STUDENT GITHUB 2019 </h1>
<h6>Lorem ipsum dolor sit amet consectetur.</h6>
<a class="waves-effect waves-light btn">SEE DEMOS</a>
</div>
<a class="bounce"><i class="fa fa-egg"></i></a>
</div>
</div>
<article id="repository-anchor">
<section id="repository">
<div class="row">
<h2 class="col"><span class="fab fa-github"></span> GitHub Repositories</h2>
<input class="col-md-3 mx-4 " type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for Repositories..">
</div>
<div class="row">
<div class="card m-2 p-0 col-lg">
<div class="card-img-top"></div>
<div class="card-body">
<h5 class="card-title">Member Card</h5>
<a class="html">html</a><a class="css">css</a>
<p class="card-text">
Rotating block elements using CSS 3D properties, stacking divs back to back using
positioning properties, etc.
</p>
<a class="waves-effect waves-light btn">DEMO</a>
<a class="waves-effect waves-light btn" href="https://github.com/codellege/codellege.github.io/tree/master/demos/"
target="_blank">CODE</a>
</div>
</div>
<div class="card m-2 p-0 col-lg">
<div class="card-img-top"></div>
<div class="card-body">
<h5 class="card-title">Rainbow Ring</h5>
<a class="html">html</a><a class="css">css</a>
<p class="card-text">
A 2D rotating animation using pure CSS, master element positioning, practice with
gradients, etc.
</p>
<a class="waves-effect waves-light btn">DEMO</a>
<a class="waves-effect waves-light btn" href="https://github.com/codellege/codellege.github.io/tree/master/demos/"
target="_blank">CODE</a>
</div>
</div>
<div class="card m-2 p-0 col-lg">
<div class="card-img-top"></div>
<div class="card-body">
<h5 class="card-title">Rainbow Border</h5>
<a class="html">html</a><a class="css">css</a>
<p class="card-text">
Some quick example of an animated border for block elements with some logo nested inside.
</p>
<a class="waves-effect waves-light btn">DEMO</a>
<a class="waves-effect waves-light btn" href="https://github.com/codellege/codellege.github.io/tree/master/demos/"
target="_blank">CODE</a>
</div>
</div>
</div>
<div class="row">
<div class="card m-2 p-0 col-lg">
<div class="card-img-top"></div>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<a class="html">html</a><a class="css">css</a>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of
the
card's content.</p>
<a class="waves-effect waves-light btn">DEMO</a>
<a class="waves-effect waves-light btn">CODE</a>
</div>
</div>
<div class="card m-2 p-0 col-md">
<div class="card-img-top"></div>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<a class="html">html</a><a class="css">css</a>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of
the
card's content.</p>
<a class="waves-effect waves-light btn">DEMO</a>
<a class="waves-effect waves-light btn">CODE</a>
</div>
</div>
<div class="card m-2 p-0 col-lg">
<div class="card-img-top"></div>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<a class="html">html</a><a class="css">css</a>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of
the
card's content.</p>
<a class="waves-effect waves-light btn">DEMO</a>
<a class="waves-effect waves-light btn">CODE</a>
</div>
</div>
</div>
</section>
<section class="collaborator">
<h2><span class="fab fa-github"></span> Collaborators</h2>
</section>
<section class="collaborator">
<h2><span class="fab fa-github"></span> GitHub Profiles</h2>
</section>
</article>
<!-- JS CDNs -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>