This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
forked from johnengelo/ccx-studentspage
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathog_index.htm
155 lines (137 loc) · 8.83 KB
/
og_index.htm
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
<!DOCTYPE html>
<html lang="en" class="sr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="CCExtractor for GCI and GSoC students">
<meta name="author" content="John Chew">
<title>CCExtractor GCI | GSoC Page</title>
<link rel="stylesheet" href="css/hover-min.css" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="shortcut icon" href="images/favicon.ico" />
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous" />
</head>
<body>
<div class="navbar static navbar-expand-lg navbar-dark">
<div class="container">
<a href="https://ccextractor.org/" class="navbar-brand">
<img id="logo" src="images/ccx_header_animated.svg" width="200px" height="50px" alt="" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="nav navbar-nav navbar-dark navbar-right ml-auto">
<li class="nav-item active">
<a class="nav-link hvr-underline-from-left" href="og_index.htm">HOME<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link hvr-underline-from-left" href="pages/about.htm">ABOUT US</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link hvr-underline-from-left dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
DOCUMENTATION
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="pages/usr_doc.htm">User Documentation</a>
<a class="dropdown-item" href="pages/tech_doc.htm">Technical Documentation</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link hvr-underline-from-left dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
PROGRAMS
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="index.htm">Google Code-in 2019</a>
<a class="dropdown-item" href="pages/ccxgsoc.htm">Google Summer of Code 2020</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" id="searchBar" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-light" id="searchButton" type="submit"><i class="fas fa-search"></i></button>
</form>
</div>
</div>
</div>
<div class="jumbotron" id="main">
<div class="container">
<div class="row">
<div id="mainItemMobile" class="col-md-8 justify-content-center">
<img src="images/mainBackgroundItem.svg" id="mainBackgroundItem" style="width: 36rem; height: auto; "/>
</div>
<div class="col-md-4 justify-content-start" style="text-align: left;">
<div id="mainContent1">
<h1><strong>Subtitle Extraction?</strong></h1>
<h3>We can do it!</h3>
<p>Extraction of subtitles from the TV shows you love has never been this easy!</p>
<a href="https://ccextractor.org/public:general:downloads" class="btn btn-info">Download Now!</a>
</div>
<hr />
<div id="mainContent2">
<h3 style="margin-top: 2rem;">We are participating in GCI and GSoC!</h3>
<h5 style="margin-top: 2rem;">Check out our organization!</h5>
<a href="https://codein.withgoogle.com/organizations/ccextractor-development/" class="btn btn-info" style="margin-top: 1.25rem;">Google Code-in</a>
<a href="https://summerofcode.withgoogle.com/archive/2018/organizations/5152211763986432/" class="btn btn-info" style="margin-top: 1.25rem;">Google Summer of Code</a>
</div>
</div>
<div id="mainItemDesktop" class="col-md-8 justify-content-end">
<img src="images/mainBackgroundItem.svg" id="mainBackgroundItem" class="floating" style="width: 36rem; height: auto; "/>
</div>
</div>
</div>
</div>
<div class="jumbotron" id="sect2Background">
<div class="container">
<div class="row">
<div class="col-md-6 justify-content-start" id="sect2ItemMobile">
<img src="images/sect2BackgroundItem.svg" id="sect2BackgroundItem" style="width: 28rem; height: auto; "/>
</div>
<div class="col-md-6 justify-content-start" id="sect2ItemDesktop">
<img src="images/sect2BackgroundItem.svg" id="sect2BackgroundItem" class="floating" style="width: 28rem; height: auto; "/>
</div>
<div class="col-md-6 justify-content-start" id="sect2Content" style="text-align: left;">
<img src="images/gci_stylized.svg" id="gci_logo_stylized" style="width: 100%; height: auto; padding-right: 18rem;"/>
<h1><strong>Here for Google Code-in?</strong></h1>
<h4 class="mainH4"> "Google Code-in is a contest to introduce pre-university students (ages 13-17) to open source software development."</h4>
<p>We are excited to participate in GCI again for our third year with pre-university students! We have tasks that are: fun, useful, educational… and for all levels and interests - coding, design, documentation, UI, research and much more! </p>
<p>Check out our page for Code-in to get started!</p>
<a href="index.htm" class="btn btn-info">Get to know us more!</a>
</div>
</div>
</div>
</div>
<div class="jumbotron" id="sect3Background">
<div class="container">
<div class="row">
<div class="col-md-6 justify-content-center" id="sect3ItemMobile">
<img src="images/sect3BackgroundItem.svg" id="sect3BackgroundItem" style="width: 28rem; height: auto; "/>
</div>
<div class="col-md-6 justify-content-start" id="sect3Content" style="text-align: left;">
<img src="images/gsoc_stylized.svg" id="gsoc_logo_stylized" style="width: 100%; height: 100px; padding-right: 12rem;"/>
<h1><strong>Participating in Summer of Code?</strong></h1>
<h4 class="mainH4"> "Google Summer of Code is a global program focused on bringing more student developers into open source software development."
</h4>
<p>We have a long and proud history of taking part in the Google Summer of Code with university students. </p>
<p>We have projects that cover a range of interests, despite our core tool being the most amazing subtitle extractor.</p>
<p>Check out our page for GSoC to learn more!</p>
<a href="pages/ccxgsoc.htm" class="btn btn-info">Get to know us more!</a>
</div>
<div class="col-md-6 justify-content-start" id="sect3ItemDesktop">
<img src="images/sect3BackgroundItem.svg" id="sect3BackgroundItem" class="floating" style="width: 28rem; height: auto; "/>
</div>
</div>
</div>
</div>
<!-- jQuery CDN - Slim version (=without AJAX) -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="js/str.js" type="text/javascript"></script>
<!-- Popper.JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
</body>
</html>