This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Contact_Us Page Relative URL Fixes Placeholder pages for other links
- Loading branch information
Showing
10 changed files
with
499 additions
and
40 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, user-scalable=no"> | ||
<meta name="author" content="SLIOI Web Team"> | ||
<meta name="description" content="Official website of Sri Lankan Olympiad in Informatics"> | ||
<meta name="generator" content="Webpack"> | ||
<meta name="keywords" | ||
content="SL, ioi, slioi, slio, sloi, sri, lanka, olympiad, informatics, computing, competitive, programming"> | ||
|
||
<title>SLIOI | About</title> | ||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-v4-grid-only@1/dist/bootstrap-grid.min.css"> | ||
<link rel="stylesheet" href="../main.min.css"> | ||
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" | ||
integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
|
||
<nav class="c-nav-bar abs" id="c-nav-bar"> | ||
<div class="btn-mob-resp"> | ||
<p id="nav-mobile-res-btn">≡</p> | ||
</div> | ||
<ul id="nav-list"> | ||
<li> | ||
<p><a href="../"><span>Home</span></a></p> | ||
</li> | ||
<li> | ||
<p><a href="../gallery"><span>Gallery</span></a></p> | ||
</li> | ||
<li> | ||
<p><a href="../register"><span>Register</span></a></p> | ||
</li> | ||
<li class="active"> | ||
<p><a href="../about"><span>About</span></a></p> | ||
</li> | ||
<li> | ||
<p><a href="../contact_us"><span>Contact Us</span></a></p> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<section id="section-1"> | ||
<div class="section-style-1"> | ||
<div class="container-fluid" style="height: 100%"> | ||
<div style="position: relative;height: 100%;width:100%"> | ||
<div class="img-cont"> | ||
<img src="../img/man-ico.svg" alt=""> | ||
</div> | ||
<div class="row align-items-center" style="height: 100%;"> | ||
<div class="col-md-8"> | ||
<div class="content"> | ||
<h1 class="heading-1">Sri Lankan IOI Programme - Contact Us</h1> | ||
<p class="text_1">IOI stands for International Olympiad in Informatics and is one of the | ||
eight eight international Science Olympiads, held annually. <br> | ||
It is an algorithmic programme competition for students from secondary education | ||
schools.</p> | ||
<form action="#section-3"> | ||
<button class="mdc-button mdc-button--raised"> | ||
Get In Touch | ||
</button> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section id="section-3"> | ||
<div class="container" style="padding-top: 50px; padding-bottom: 50px"> | ||
<div class="content mdc-elevation--z9 mdc-theme--on-secondary" | ||
style="background: url(../img/contact-icon.png) no-repeat;background-position-x: right;background-position-y: bottom; background-size: contain;"> | ||
<h4 class="mdc-typography--headline4">Getting in touch is easy !</h4> | ||
<div class="mdc-typography--body2"> | ||
<p>Email :- slioi@gmail.com</p> | ||
<p>Contact No :- 0768989890</p> | ||
<p>Address :- PC house, rajagiriya, colombo</p> | ||
<p> | ||
<form action="https://www.facebook.com/srilankaioi/"> | ||
<button class="mdc-icon-button icon-button" formtarget="_blank"> | ||
<i class="fab fa-facebook-f"></i> | ||
</button> | ||
</form> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer id="c-footer"> | ||
<div class="container-fluid"> | ||
<div class="bar"> | ||
<a data-scroll href="#section-1"> | ||
<div class="to-top" id="to-top">⩕</div> | ||
</a> | ||
</div> | ||
</div> | ||
<div> | ||
<p class="coppyright-text">Copyright © 2018 SLIOI. All right reserved.</p> | ||
</div> | ||
</footer> | ||
<script> | ||
var scroll = new SmoothScroll('a[href*="#"]', { | ||
speed: 1000, | ||
easing: 'easeInOutCubic', | ||
}); | ||
</script> | ||
<script src="../main.min.js" async></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, user-scalable=no"> | ||
<meta name="author" content="SLIOI Web Team"> | ||
<meta name="description" content="Official website of Sri Lankan Olympiad in Informatics"> | ||
<meta name="generator" content="Webpack"> | ||
<meta name="keywords" | ||
content="SL, ioi, slioi, slio, sloi, sri, lanka, olympiad, informatics, computing, competitive, programming"> | ||
|
||
<title>SLIOI | Contact Us</title> | ||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-v4-grid-only@1/dist/bootstrap-grid.min.css"> | ||
<link rel="stylesheet" href="../main.min.css"> | ||
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" | ||
integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
|
||
<nav class="c-nav-bar abs" id="c-nav-bar"> | ||
<div class="btn-mob-resp"> | ||
<p id="nav-mobile-res-btn">≡</p> | ||
</div> | ||
<ul id="nav-list"> | ||
<li> | ||
<p><a href="../"><span>Home</span></a></p> | ||
</li> | ||
<li> | ||
<p><a href="../gallery"><span>Gallery</span></a></p> | ||
</li> | ||
<li> | ||
<p><a href="../register"><span>Register</span></a></p> | ||
</li> | ||
<li> | ||
<p><a href="../about"><span>About</span></a></p> | ||
</li> | ||
<li class="active"> | ||
<p><a href="../contact_us"><span>Contact Us</span></a></p> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<section id="section-1"> | ||
<div class="section-style-1"> | ||
<div class="container-fluid" style="height: 100%"> | ||
<div style="position: relative;height: 100%;width:100%"> | ||
<div class="img-cont"> | ||
<img src="../img/man-ico.svg" alt=""> | ||
</div> | ||
<div class="row align-items-center" style="height: 100%;"> | ||
<div class="col-md-8"> | ||
<div class="content"> | ||
<h1 class="heading-1">Sri Lankan IOI Programme - Contact Us</h1> | ||
<p class="text_1">IOI stands for International Olympiad in Informatics and is one of the | ||
eight eight international Science Olympiads, held annually. <br> | ||
It is an algorithmic programme competition for students from secondary education | ||
schools.</p> | ||
<form action="#section-3"> | ||
<button class="mdc-button mdc-button--raised"> | ||
Get In Touch | ||
</button> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section id="section-3"> | ||
<div class="container" style="padding-top: 50px; padding-bottom: 50px"> | ||
<div class="content mdc-elevation--z9 mdc-theme--on-secondary" | ||
style="background: url(../img/contact-icon.png) no-repeat;background-position-x: right;background-position-y: bottom; background-size: contain;"> | ||
<h4 class="mdc-typography--headline4">Getting in touch is easy !</h4> | ||
<div class="mdc-typography--body2"> | ||
<p>Email :- slioi@gmail.com</p> | ||
<p>Contact No :- 0768989890</p> | ||
<p>Address :- PC house, rajagiriya, colombo</p> | ||
<p> | ||
<form action="https://www.facebook.com/srilankaioi/"> | ||
<button class="mdc-icon-button icon-button" formtarget="_blank"> | ||
<i class="fab fa-facebook-f"></i> | ||
</button> | ||
</form> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer id="c-footer"> | ||
<div class="container-fluid"> | ||
<div class="bar"> | ||
<a data-scroll href="#section-1"> | ||
<div class="to-top" id="to-top">⩕</div> | ||
</a> | ||
</div> | ||
</div> | ||
<div> | ||
<p class="coppyright-text">Copyright © 2018 SLIOI. All right reserved.</p> | ||
</div> | ||
</footer> | ||
<script> | ||
var scroll = new SmoothScroll('a[href*="#"]', { | ||
speed: 1000, | ||
easing: 'easeInOutCubic', | ||
}); | ||
</script> | ||
<script src="../main.min.js" async></script> | ||
</body> | ||
</html> |
Oops, something went wrong.