Skip to content

Commit

Permalink
Updated the Azure page for changes (#988)
Browse files Browse the repository at this point in the history
* Updated the Azure page

Updated the Azure webpage for latest newsletters, moved OCP demo's to a new page and reduced logo's appearance

* updated the file for minor changes

updated the file for minor changes

* updated index file for center alignment

updated index file for center alignment
  • Loading branch information
kannankvs authored Apr 27, 2022
1 parent f8b0c55 commit 2e931a2
Show file tree
Hide file tree
Showing 6 changed files with 526 additions and 68 deletions.
150 changes: 150 additions & 0 deletions OCP_Virtual_Summit_2020_SONiC_Demos.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
<!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]-->

</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>OCP Virtual Summit 2020 SONiC Demos</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">
<p> <a href="https://www.youtube.com/watch?v=X8nyfmroabg&feature=youtu.be" > Disaggregating Cisco 8000: SONiC on fixed and modular hardware</a></p>
<p> <a href="https://www.youtube.com/watch?v=mU33ehcIdX0&feature=youtu.be" > Deep Dive: Enabling SONiC on the Cisco 8000 Platform</a></p>
<p> <a href="https://www.youtube.com/watch?v=yWTqsekKyq8&feature=youtu.be" > Running SONiC on the Cisco 8000</a></p>
<p> <a href="https://www.youtube.com/watch?v=wK-N6tWTUJs&feature=youtu.be" > Ixia UHD100T32 Emulates Rack of Servers to Validate SONiC 100GE Switch</a></p>
<p> <a href="https://ent.box.com/s/vrw36hh8usy4vqc70gmizjdevajwhd1e" > Broadcom: Congestion Visibility</a></p>
<p> <a href="https://ent.box.com/s/f787fyse1kb5s7z9xa7w6dlizhezbgf5" > Broadcom: High Scale NAT Demo</a></p>
<p> <a href="https://www.youtube.com/watch?v=KZMyxmM8gCs" > Insidepacket : Load balancer, disaggregated firewall</a></p>
<p> <a href="https://www.youtube.com/watch?v=GMXuPKmfE60" > Aviz Networks AVB Demo</a></p>
<p> <a href="https://www.youtube.com/watch?v=S0mzqHkYPCo" > Aviz Networks CLI Demo</a></p>
<p> <a href="https://dell.app.box.com/s/hre0v7v82a65muvbntfpmwr809rst7o6" > Dell sFlow on SONiC</a></p>
</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>
Binary file modified assets/img/all_partners2_1920x1320.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/sonic_fund_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 16 additions & 66 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,80 +266,29 @@ <h4 style="font-weight:bold">Rapidly Growing Ecosystem</h4>
<div class="col-md-12">
<div class="row">
<div class="col-lg-6 col-md-6">
<h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold"> OCP Virtual Summit 2020 SONiC Demos</h3>
<p>
<a href="https://www.youtube.com/watch?v=X8nyfmroabg&feature=youtu.be" >
Disaggregating Cisco 8000: SONiC on fixed and modular hardware
</p>
<p>
<a href="https://www.youtube.com/watch?v=mU33ehcIdX0&feature=youtu.be" >
Deep Dive: Enabling SONiC on the Cisco 8000 Platform
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=yWTqsekKyq8&feature=youtu.be" >
Running SONiC on the Cisco 8000
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=wK-N6tWTUJs&feature=youtu.be" >
Ixia UHD100T32 Emulates Rack of Servers to Validate SONiC 100GE Switch
</a>
</p>
<p>
<a href="https://ent.box.com/s/vrw36hh8usy4vqc70gmizjdevajwhd1e" >
Broadcom: Congestion Visibility
</a>
</p>
<p>
<a href="https://ent.box.com/s/f787fyse1kb5s7z9xa7w6dlizhezbgf5" >
Broadcom: High Scale NAT Demo
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=KZMyxmM8gCs" >
Insidepacket : Load balancer, disaggregated firewall
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=GMXuPKmfE60" >
Aviz Networks AVB Demo
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=S0mzqHkYPCo" >
Aviz Networks CLI Demo
</a>
</p>
<p>
<a href="https://dell.app.box.com/s/hre0v7v82a65muvbntfpmwr809rst7o6" >
Dell sFlow on SONiC
</a>
</p>
<p> &nbsp;&nbsp;&nbsp;&nbsp; </p>
<h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold"> Presentations & Demos</h3>
<p> <a href="https://linuxfoundation.org/press-release/software-for-open-networking-in-the-cloud-sonic-moves-to-the-linux-foundation/">Software for Open Networking in the Cloud (SONiC) Moves to the Linux Foundation</a></p>
<p> <a href="https://github.com/Azure/SONiC/wiki/Community-Meetings"> SONiC Community Meetings</a></p>
<p> <a href="previous_presentations.html" style="color: blue; font-size: 18px">More Presentations</a></p>
<p> <a href="OCP_Virtual_Summit_2020_SONiC_Demos.html" style="color: blue; font-size: 18px">OCP Virtual Summit 2020 SONiC Demos</a></p>
</div>
<div class="col-lg-6 col-md-6">
<p> &nbsp;&nbsp;&nbsp;&nbsp; </p>
<h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold"> News Letters</h3>
<p>
<a href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2020_06.html">
SONiC June 2020 News Letter
<a href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2021_12.html">
SONiC Dec 2021 News Letter
</p>
<p>
<a href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2019_12.html">
SONiC December 2019 News Letter
<a href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2021_06.html">
SONiC June 2021 News Letter
</p>

<p>
<a href="newsletters.html" style="color: blue;">
More Newsletters
</a>
</p>
</div>
<div class="col-lg-6 col-md-6">
<div class="mu-about-us-right">
<h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold">Presentations</h3>
<p> <a href="https://linuxfoundation.org/press-release/software-for-open-networking-in-the-cloud-sonic-moves-to-the-linux-foundation/">Software for Open Networking in the Cloud (SONiC) Moves to the Linux Foundation</a></p>
<p> <a href="https://github.com/Azure/SONiC/wiki/Community-Meetings"> SONiC Community Meetings</a></p>
<p> <a href="previous_presentations.html" style="color: blue; font-size: 18px">More Presentations</a></p>
</div>
</p>
</div>

</div>
Expand All @@ -359,8 +308,9 @@ <h2 style="color: #01BAFD; text-align:center;" >SONiC Fund Members </h2>
<!-- <p style="color: black; font-size: 18px" >Rapid innovation in silicon, CPU, power, port density, optics and speed while preserving in one unified software solution across multiple platforms!</p> -->
</div>
<p style="padding-left: 0.5em; padding-bottom: 0.5em; vertical-align: center; line-height: 0.5m font-weight: bold; "> The SONiC Fund supports the activities of the SONiC Foundation. For information or to join the SONiC Fund, please click <span style="color: blue;"><a href="https://enrollment.lfx.linuxfoundation.org/?project=sonicfund"><font color="#6F65F3" >here.</font></a></span> </p>
<img style="height: auto; line-height: 0.5m; width: 100%;" alt="img" src="assets/img/sonic_fund_1.jpg">
<center><img style="height: auto; text-align:center; width: 80%;" alt="img" src="assets/img/sonic_fund_1.jpg"></center>
<!-- End Title -->
<br>
<br>
</div>
</div>
Expand All @@ -372,7 +322,7 @@ <h2 style="color: #01BAFD; text-align:center;" >Contributing Organizations </h2>
<!-- <p style="color: black; font-size: 18px" >Rapid innovation in silicon, CPU, power, port density, optics and speed while preserving in one unified software solution across multiple platforms!</p> -->
</div>
<!-- End Title -->
<img style="height: auto; line-height: 0.5m; width: 100%;" alt="img" src="assets/img/all_partners2_1920x1320.jpg">
<center><img style="height: auto; text-align:center; width: 80%;" alt="img" src="assets/img/all_partners2_1920x1320.jpg"></center>

</div>
</div>
Expand Down
7 changes: 5 additions & 2 deletions newsletters.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,13 @@ <h2>SONiC Newsletters</h2>
<div class="mu-contact-area">
<!-- start title -->
<div class="mu-title">

<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2021_12.html">2021 December Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2021_06.html">2021 June Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2021_03.html">2021 March Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2020_12.html">2020 December Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2020_09.html">2020 September Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2020_06.html">2020 June Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2020_09.html">2020 September Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2020_06.html">2020 June Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2019_12.html">2019 December Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2019_10.html">2019 October Newsletter</a></p>
<p><a style="color: blue" href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2019_08.pdf" type="application/pdf">2019 August Newsletter</a></p>
Expand Down
Loading

0 comments on commit 2e931a2

Please sign in to comment.