BambooPanda (Talk | contribs) (Undo revision 478391 by BambooPanda (talk)) |
BambooPanda (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
<html> | <html> | ||
− | |||
<head> | <head> | ||
− | <meta charset="utf-8"> | + | <meta name="viewport" content="width=device-width, initial-scale=1"> |
− | <meta http-equiv="X-UA-Compatible" content="IE=edge | + | <meta charset="utf-8"> |
− | + | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
+ | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i"> | ||
+ | <link rel="icon" href="https://static.igem.org/mediawiki/2018/2/2a/T--NUS_Singapore-A--TeamLogo.png"> | ||
+ | |||
+ | <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
</head> | </head> | ||
+ | <style> | ||
+ | /***************************************************** DEFAULT WIKI SETTINGS ***************************************/ | ||
+ | /* Clear the default wiki settings */ | ||
+ | |||
+ | #home_logo, #sideMenu { display:none; } | ||
+ | #sideMenu, #top_title, .patrollink {display:none;} | ||
+ | #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} | ||
+ | body {background-color:white; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | |||
+ | /**************************************************************** MENU ***********************************************/ | ||
− | + | /**** Class for splitting different section = Clear content below while adds extra spacing when clearing content ****/ | |
− | + | .clear { | |
+ | clear:both; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .clear-largespace{ | ||
+ | clear:both; | ||
+ | height: 100px; | ||
+ | } | ||
− | // | + | /************************************************** Back to top button style ****************************************/ |
− | + | #BacktoTopBtn { | |
+ | display: none; | ||
+ | position: fixed; | ||
+ | bottom: 20px; | ||
+ | right: 50px; | ||
+ | z-index: 99; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | background-color: #F5B041; | ||
+ | color: white; | ||
+ | cursor: pointer; | ||
+ | padding: 15px; | ||
+ | border-radius: 20px; | ||
+ | } | ||
− | + | #BacktoTopBtn:hover { | |
− | + | background-color: #2980B9; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | |
+ | |||
+ | |||
+ | /***************************************** Top menu and Dropdown list **************************************/ | ||
+ | |||
+ | /* The outer border wraps the content outside of the box */ | ||
+ | .outer-border{ | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
+ | margin: 0px; | ||
+ | padding-top: 20px; | ||
+ | padding-left: 35px; | ||
+ | padding-right: 35px; | ||
+ | } | ||
+ | |||
+ | /*This controls the 'Connect with us' that is rotated on the left side*/ | ||
+ | .nusgem_mail{ | ||
+ | font-family: "Montserrat" !important; | ||
+ | font-size: .9em !important; | ||
+ | letter-spacing: .275em !important; | ||
+ | font-weight: 100 !important; | ||
+ | width: auto; | ||
+ | height: auto; | ||
+ | -ms-transform: rotate(270deg); | ||
+ | -webkit-transform: rotate(270deg); | ||
+ | transform: rotate(270deg); | ||
+ | transform-origin: left 0; | ||
+ | position: fixed; | ||
+ | top: 380px; | ||
+ | left: 10px; | ||
+ | } | ||
+ | |||
+ | .welcome-message{ | ||
+ | font-family: "Roboto", sans-serif !important; | ||
+ | font-size: 20px; | ||
+ | letter-spacing: .1em; | ||
+ | font-weight: 300; | ||
+ | width: auto; | ||
position: absolute; | position: absolute; | ||
− | + | top: 20px; | |
− | + | left: 50px; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | |
− | + | /* Positioning and sizing of the social media icons */ | |
+ | .instalogo{ | ||
+ | position: fixed; | ||
+ | top: 65px; | ||
+ | left: 8px; | ||
+ | font-size: 2.0em !important; | ||
+ | color: #1e1e1e; | ||
} | } | ||
− | . | + | .instalogo:hover{ |
− | + | color: #3d4d6d; | |
− | + | ||
− | + | ||
} | } | ||
− | . | + | .fblogo{ |
− | top: | + | position: fixed; |
− | + | top: 108px; | |
− | + | left: 12px; | |
+ | font-size: 1.5em !important; | ||
+ | color: #1e1e1e; | ||
} | } | ||
− | . | + | .fblogo:hover{ |
− | + | color: #3d4d6d; | |
− | + | ||
− | + | ||
} | } | ||
− | . | + | .maillogo{ |
− | top: | + | position: fixed; |
− | + | top: 145px; | |
− | + | left: 8px; | |
+ | font-size: 1.5em !important; | ||
+ | color: #1e1e1e; | ||
} | } | ||
− | . | + | .maillogo:hover{ |
− | + | color: #3d4d6d; | |
− | + | ||
− | + | ||
} | } | ||
− | . | + | |
− | + | ||
− | + | /*********** Change of Background Color *************/ | |
− | + | .bg-primary { | |
+ | background-image: url("https://static.igem.org/mediawiki/2018/0/04/T--NUS_Singapore-A--Wiki_theme5.jpg"); | ||
+ | background-size: 100% 100%; | ||
+ | color: black; | ||
} | } | ||
− | + | ||
− | width: | + | |
+ | /* The inner border contains the nav bar, header and whatever content is in the page....I NEED TO USE THIS CLASS FOR EVERY DIV AS AN OVERALL PAGE WRAPPER*/ | ||
+ | .inner-border{ | ||
+ | border-left: 2px solid black; | ||
+ | border-right: 2px solid black; | ||
+ | border-top: 2px solid black; | ||
+ | max-width: 100%; | ||
height: auto; | height: auto; | ||
+ | margin: 0px 5px -10px 5px; | ||
+ | text-align: center; | ||
+ | /*background-color: white;*/ | ||
+ | } | ||
+ | |||
+ | .content-wrapper{ | ||
+ | max-width: 90%; | ||
+ | position: relative; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | /* The NUSIGEM logo, no background-color added*/ | ||
+ | .nus-logo{ | ||
+ | max-width: 100%; | ||
+ | height: 150px; | ||
+ | width: 150px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /************** NavBar ****************/ | ||
+ | |||
+ | /* The wrapper for the nav menu*/ | ||
+ | .nav { | ||
+ | width: 100%; | ||
+ | min-height: 45px; | ||
+ | /*padding-top: 1em;*/ | ||
+ | /* This color means white and slightly transparent */ | ||
+ | background-color: rgba(255, 255, 255, 0.95); | ||
+ | text-align: center; | ||
+ | position: relative; | ||
+ | z-index: 3; | ||
+ | } | ||
+ | |||
+ | /* Add an active class to highlight the current page */ | ||
+ | .active { | ||
+ | background-color:rgba(255, 255, 255, 0.95); | ||
+ | } | ||
+ | |||
+ | /* Hide the link that should open and close the topnav on small screens */ | ||
+ | .nav .icon { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* the dropdwn class is given to any button which require a dropdown menu...which is all*/ | ||
+ | .nav .dropdown{ | ||
+ | display: inline-block; | ||
+ | overflow: hidden; | ||
+ | height: 100%; | ||
+ | margin-top: 8px; | ||
+ | font-size: 24px !important; | ||
+ | font-family: "Montserrat" !important; | ||
+ | letter-spacing: 0.1em !important; | ||
+ | font-weight: 400 !important; | ||
+ | margin: auto 6px !important; | ||
+ | } | ||
+ | |||
+ | /* This configures the main button (Project, Hardware, Team, blah blah) */ | ||
+ | .nav .dropdown .dropbtn{ | ||
+ | font-family: "Montserrat" !important; | ||
+ | font-weight: 400; | ||
+ | font-size: 24px !important; | ||
+ | letter-spacing: 0.1em; | ||
+ | margin: auto 6px; | ||
+ | padding: 10px 5px; | ||
+ | height: 100%; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | background-color: transparent; | ||
+ | display: flex; | ||
+ | } | ||
+ | |||
+ | /* The dropdwn-content class contains the hidden content (sub-menu) */ | ||
+ | .nav .dropdown .dropdown-content{ | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | /*Change this to change the color of the background that houses the dropdown menu content. The last number affects the opacity of the color*/ | ||
+ | background-color: rgba(255, 255, 255, 0.95); | ||
+ | text-align: left; | ||
+ | max-width: 250px; | ||
+ | z-index: 3; | ||
+ | } | ||
+ | |||
+ | /* This styles the links within the dropdwn-content */ | ||
+ | .nav .dropdown .dropdown-content a{ | ||
+ | float: none; | ||
+ | padding-top: 5px; | ||
+ | padding-bottom: 5px; | ||
+ | padding-left: 4px; | ||
margin: auto auto; | margin: auto auto; | ||
+ | text-decoration: none; | ||
+ | color: black; | ||
+ | display: block; | ||
+ | min-width: inherit; | ||
+ | font-size: 1.2em; | ||
+ | font-family: "Montserrat" !important; | ||
+ | font-weight: 400; | ||
+ | letter-spacing: 0.1em; | ||
} | } | ||
+ | |||
+ | /* Add the hover colors and the reveal of the menu */ | ||
+ | .nav .dropdown:hover { | ||
+ | background-color: #dddddd; | ||
} | } | ||
− | . | + | |
− | + | .nav .dropdown:hover .dropdown-content { | |
+ | display: block; | ||
} | } | ||
− | . | + | |
− | + | .nav .dropdown-content a:hover{ | |
+ | background-color: #dddddd; | ||
} | } | ||
− | + | ||
− | + | /* A sticky class cause this fking mediawiki doesn't have one */ | |
+ | .sticky{ | ||
+ | position: fixed; | ||
+ | top: 1%; | ||
+ | left: 0; | ||
+ | padding-left: 42px; | ||
+ | padding-right: 42px; | ||
} | } | ||
− | . | + | |
− | font-size: | + | |
+ | /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */ | ||
+ | @media screen and (max-width: 700px) { | ||
+ | .nav .dropdown, .nusgem_mail, .welcome-message, .instalogo, .fblogo, .maillogo, .nus-logo { | ||
+ | display: none; | ||
+ | } | ||
+ | .nav a.icon { | ||
+ | float: right; | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | font-size: 30px; | ||
+ | } | ||
+ | .nav .dropdown .dropdown-content { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .outer-border { | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | .inner-border{ | ||
+ | border: none; | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
} | } | ||
− | . | + | |
− | + | /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */ | |
+ | @media screen and (max-width: 700px) { | ||
+ | .nav.responsive {position: relative;} | ||
+ | .nav.responsive a.icon { | ||
+ | position: absolute; | ||
+ | right: 0; | ||
+ | top: 2.5%; | ||
+ | } | ||
+ | .nav.responsive .dropdown {float: none; display: block; background-color: #dddddd;} | ||
+ | .nav.responsive .dropdown-content {position: relative; display: block; background-color: #dddddd;} | ||
+ | .nav.responsive .dropdown .dropbtn { | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | /************************************************** Back to top button style **************************************************/ | ||
+ | |||
+ | #BacktoTopBtn { | ||
+ | display: none; | ||
+ | position: fixed; | ||
+ | bottom: 3px; | ||
+ | right: 10px; | ||
+ | z-index: 99; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | background-color: #F5B041; | ||
+ | color: white; | ||
+ | cursor: pointer; | ||
+ | padding: 5px; | ||
+ | border-radius: 20px; | ||
+ | } | ||
+ | |||
+ | #BacktoTopBtn:hover { | ||
+ | background-color: #2980B9; | ||
+ | } | ||
+ | |||
} | } | ||
</style> | </style> | ||
− | |||
− | |||
+ | |||
+ | <script> | ||
+ | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | |||
+ | $("#HQ_page").attr('id',''); | ||
+ | |||
+ | |||
+ | //highlight current page on the menu | ||
+ | highlight_current_page_menu(); | ||
+ | |||
+ | //accessing submenus | ||
+ | $(".menu_item").click(function(){ | ||
+ | $(".submenu_control_icon", this).toggleClass("open"); | ||
+ | $(this).next(".submenu").fadeToggle(400); | ||
+ | }); | ||
+ | |||
+ | //mobile menu access | ||
+ | $(".igem_2018_team_mobile_bar").click(function(){ | ||
+ | $(this).next().toggleClass("displaying_menu"); | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | |||
+ | |||
+ | function highlight_current_page_menu() { | ||
+ | |||
+ | var page_url="https://2018.igem.org/"; | ||
+ | page_url = page_url + wgPageName; | ||
+ | $("a[href$='"+ page_url +"']").children().addClass("current_page"); | ||
+ | |||
+ | //if the page is in a submenu, open the submenu and make the appropiate changes | ||
+ | if( $( ".current_page" ).hasClass( "submenu_item" )){ | ||
+ | |||
+ | $(".current_page").parent().parent().fadeToggle(400); | ||
+ | $(".current_page").parent().parent().prev().addClass("current_page"); | ||
+ | $(".menu_item.current_page > .submenu_control_icon").toggleClass("open"); | ||
+ | |||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
+ | </script> | ||
</head> | </head> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <!--******************************** Here is where the main content starts ************************************--> | |
+ | |||
+ | <body> | ||
+ | <!-------------------------------------START OF NAV BAR HTML------------------------------------------------------> | ||
+ | |||
+ | <div class="welcome-message">Welcome to NUSGEM2018!</div> | ||
+ | <div class="nusgem_mail">CONNECT WITH US</div> | ||
+ | |||
+ | <div class="outer-border bg-primary"> | ||
+ | <div class="w3-hide-small"> | ||
+ | <a href="https://www.instagram.com/nusgem2018/"><i class="fa fa-instagram instalogo"></i></a> | ||
+ | <a href="https://www.facebook.com/NUSGEM2018/"><i class="fa fa-facebook fblogo"></i></a> | ||
+ | <a href="mailto:nusigem@gmail.com"><i class="fa fa-envelope maillogo"></i></a> | ||
</div> | </div> | ||
+ | <div class="inner-border" style="background-image: none;"> | ||
+ | <div style="text-align:center;"><a href="https://2018.igem.org/Team:NUS_Singapore-A"><img class='nus-logo' src='https://static.igem.org/mediawiki/2018/2/2a/T--NUS_Singapore-A--TeamLogo.png' alt='nus logo'></a> | ||
+ | </div> | ||
+ | |||
+ | <div class="nav" id="myNav"> | ||
+ | |||
+ | <div class="dropdown" style="margin-bottom: 8px;"> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A" style="text-decoration: none; color: black;">HOME</a> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">PROJECT</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Description">Description</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Design">Design</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Results">Results</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Demonstrate">Demonstrate</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">LAB</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Notebook">Notebook</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Safety">Safety</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/InterLab">InterLab Study</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Measurement">Measurement</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">PARTS</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Part_Collection">Parts Overview</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Composite_Part">Composite Parts</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Improve">Improved Parts</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn"> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Model" style="text-decoration: none; color: black;">MODEL</a> | ||
+ | </button> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">HARDWARE</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Hardware">Overview</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Hardware/PDF-LA!">PDF-LA!</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Hardware/Sensor">Light Wait - 2-in-1 Sensor</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Hardware/Pump">Light Wait - Peristaltic Pump</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Hardware/CoJar">Light Wait - Fermentation Chamber</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Hardware/Futuristic_Bioreactor">Futuristic Bioreactor</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">HUMAN PRACTICES</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Human_Practices">Integrated Human Practices</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Public_Engagement">Education & Public Engagement</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Collaborative_Report">Collaborative Report</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">TEAM</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Team">Members</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Supervisors">Supervisors</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Sponsors">Sponsors</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Attributions">Attributions</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Collaborations">Collaborations</a> | ||
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Gallery">Gallery</a> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div class="dropdown"> | |
− | < | + | <button class="dropbtn"> |
+ | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Medals" style="text-decoration: none; color: black;">MEDAL</a> | ||
+ | </button> | ||
+ | </div> | ||
+ | |||
+ | <a href="javascript:void(0);" class="icon" onclick="myFunction()">☰</a> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | <!----------------------------------------SCRIPT FOR STICKY NAV BAR-------------------------------------------------> | |
+ | <script> | ||
+ | var yourNavigation = $(".nav"); | ||
+ | stickyDiv = "sticky"; | ||
+ | yourHeader = $('.logo').height()+225; | ||
− | + | $(window).scroll(function() { | |
+ | if( $(this).scrollTop() > yourHeader ) { | ||
+ | yourNavigation.addClass(stickyDiv); | ||
+ | } else { | ||
+ | yourNavigation.removeClass(stickyDiv); | ||
+ | } | ||
+ | }); | ||
− | |||
− | |||
− | |||
− | |||
− | + | /* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */ | |
+ | function myFunction() { | ||
+ | var x = document.getElementById("myNav"); | ||
+ | if (x.className === "nav") { | ||
+ | x.className += " responsive"; | ||
+ | } else { | ||
+ | x.className = "nav"; | ||
+ | } | ||
+ | } | ||
− | + | </script> | |
+ | <!------------------------------------END OF SCRIPT FOR STICKY NAV BAR-----------------------------------------------> | ||
+ | <!------------------------------------------END OF NAV BAR HTML------------------------------------------------------> | ||
− | |||
− | |||
− | |||
− | |||
− | + | <!--****************************************** Back to top button ***********************************************--> | |
− | + | <button onclick="topFunction()" id="BacktoTopBtn" title="Go to top">Back to Top</button> | |
− | </ | + | |
+ | |||
+ | <script> | ||
+ | //**************************************** Back to top button Javascript ****************************************// | ||
+ | // When the user scrolls down 50px from the top of the document, show the button | ||
+ | window.onscroll = function() {scrollFunction()}; | ||
+ | |||
+ | function scrollFunction() { | ||
+ | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { | ||
+ | document.getElementById("BacktoTopBtn").style.display = "block"; | ||
+ | } else { | ||
+ | document.getElementById("BacktoTopBtn").style.display = "none"; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | // When the user clicks on the button, scroll to the top of the document | ||
+ | function topFunction() { | ||
+ | document.body.scrollTop = 0; | ||
+ | document.documentElement.scrollTop = 0; | ||
+ | } | ||
+ | </script> | ||
</body> | </body> | ||
+ | |||
</html> | </html> | ||
− |
Revision as of 02:42, 18 October 2018
CONNECT WITH US