forked from sonic-net/SONiC
-
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 menu "Community" added, moved few presentations
1) New menu "Community" added in top menu with dropdown. 2) Comcast & mellanox news added in News & Events. 3) October newletter added to Newsletter. 4) Few old presentations moved to MorePresentations. 5) Common menu.html file has been created to reuse the same Menu in all other html files. Corresponding html files have been updated to use the menu.html instead of repeating the menu in all html files.
- Loading branch information
Showing
7 changed files
with
306 additions
and
252 deletions.
There are no files selected for viewing
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,180 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>SONiC | Home</title> | ||
|
||
<!-- Favicon --> | ||
<link rel="shortcut icon" href="assets/img/logo_on_tab.png" type="image/x-icon"> | ||
|
||
<!-- Font awesome --> | ||
<link href="assets/css/font-awesome.css" rel="stylesheet"> | ||
<!-- Bootstrap --> | ||
<link href="assets/css/bootstrap.css" rel="stylesheet"> | ||
<!-- Slick slider --> | ||
<link rel="stylesheet" type="text/css" href="assets/css/slick.css"> | ||
<!-- Fancybox slider --> | ||
<link rel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen" /> | ||
<!-- Theme color --> | ||
<link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet"> | ||
|
||
<!-- Main style sheet --> | ||
<link href="assets/css/style.css" rel="stylesheet"> | ||
|
||
<!-- Google Fonts --> | ||
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,700' rel='stylesheet' type='text/css'> | ||
|
||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
<style> | ||
table, th, td { | ||
border: 2px solid blue; | ||
text-align:center; | ||
} | ||
th, td { | ||
padding: 10px; | ||
background-color:none; | ||
} | ||
|
||
h1 { | ||
color:blue; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<!--START SCROLL TOP BUTTON --> | ||
<a class="scrollToTop" href="#"> | ||
<i class="fa fa-angle-up"></i> | ||
</a> | ||
<!-- END SCROLL TOP BUTTON --> | ||
|
||
<!-- Start menu --> | ||
<section id="mu-menu"> | ||
</section> | ||
<!-- End menu --> | ||
<!-- Start search box --> | ||
<div id="mu-search"> | ||
<div class="mu-search-area"> | ||
<button class="mu-search-close"><span class="fa fa-close"></span></button> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<form class="mu-search-form"> | ||
<input type="search" placeholder="Type Your Keyword(s) & Hit Enter"> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End search box --> | ||
<!-- Page breadcrumb --> | ||
<section id="mu-page-breadcrumb"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="mu-page-breadcrumb-area"> | ||
<h2>SONiC community meeting minutes </h2> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End breadcrumb --> | ||
|
||
<!-- Start contact --> | ||
<section id="mu-contact"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="mu-contact-area"> | ||
<!-- start title --> | ||
<div class="mu-title" > | ||
<table border="2" align="center" > | ||
<tr> | ||
<th style="text-align: center; ">Date</th> | ||
<th style=" text-align: center; ">Links To Meeting Agenda</th> | ||
<th style=" text-align: center; ">Links To Minutes Of The meeting</th> | ||
</tr> | ||
<tr> | ||
<td style="">OCTOBER 29 2019</td> | ||
<td style=" text-align: left; "><a href="https://groups.google.com/d/msg/sonicproject/kYhv22WnvxU/JRugzziRAwAJ">RADIUS HLD & DPKG local caching</a></td> | ||
<td style=""><a href="https://groups.google.com/d/msg/sonicproject/gWZnvDRa0bI/utAq2wC2AwAJ">MoM</a></td> | ||
</tr> | ||
<tr> | ||
<td style="">OCTOBER 22 2019</td> | ||
<td style=" text-align: left; "><a href="https://groups.google.com/d/msg/sonicproject/9K8GJzf5OSY/tBP_toAzDAAJ">VRRP HLD & Release progress</a></td> | ||
<td style=""><a href="https://groups.google.com/d/msg/sonicproject/gWZnvDRa0bI/N77TFQR3DAAJ">MoM</a></td> | ||
</tr> | ||
<tr> | ||
<td style="">OCTOBER 15 2019</td> | ||
<td style=" text-align: left; "><a href="https://groups.google.com/d/msg/sonicproject/9r6f05_mKJ4/4EY4DlPJDQAJ">Tech support data export and core file manager HLD</a></td> | ||
<td style=""><a href="https://groups.google.com/d/msg/sonicproject/gWZnvDRa0bI/i6RKWL1YDgAJ">MoM</a></td> | ||
</tr> | ||
<tr> | ||
<td style=""> OCTOBER 08 2019 </td> | ||
<td style="text-align: left; "><a href="https://groups.google.com/d/msg/sonicproject/IUZofefxMM4/SCBf3q_7CgAJ">Review of 201910 release status</a></td> | ||
<td style=""><a href="https://groups.google.com/d/msg/sonicproject/kST4pB3k-Hw/3awNfhoxCwAJ">MoM</a></td> | ||
</tr> | ||
</table> | ||
|
||
</div> | ||
<!-- end title --> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End contact --> | ||
|
||
|
||
<!-- Start footer --> | ||
<footer id="mu-footer"> | ||
|
||
<!-- start footer bottom --> | ||
<div class="mu-footer-bottom"> | ||
<div class="container"> | ||
<div class="mu-footer-bottom-area"> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- end footer bottom --> | ||
</footer> | ||
<!-- End footer --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- jQuery library --> | ||
<script src="assets/js/jquery.min.js"></script> | ||
<script type="text/javascript"> | ||
$("#mu-menu").load("menu.html"); | ||
</script> | ||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script src="assets/js/bootstrap.js"></script> | ||
<!-- Slick slider --> | ||
<script type="text/javascript" src="assets/js/slick.js"></script> | ||
<!-- Counter --> | ||
<script type="text/javascript" src="assets/js/waypoints.js"></script> | ||
<script type="text/javascript" src="assets/js/jquery.counterup.js"></script> | ||
<!-- Mixit slider --> | ||
<script type="text/javascript" src="assets/js/jquery.mixitup.js"></script> | ||
<!-- Add fancyBox --> | ||
<script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script> | ||
|
||
<!-- Custom js --> | ||
<script src="assets/js/custom.js"></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
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
Oops, something went wrong.