1111
1212 < title > About Us</ title >
1313
14+ < script >
15+ ( function ( ) {
16+ var stored = null ;
17+ try { stored = localStorage . getItem ( "orderlab-theme" ) ; } catch ( e ) { }
18+ var prefersDark = window . matchMedia && window . matchMedia ( "(prefers-color-scheme: dark)" ) . matches ;
19+ var theme = stored || ( prefersDark ? "dark" : "light" ) ;
20+ document . documentElement . setAttribute ( "data-theme" , theme ) ;
21+ } ) ( ) ;
22+ </ script >
23+
1424 <!-- CSS -->
1525 < link rel ="shortcut icon " href ="/assets/favicon.ico ">
1626 < link rel ="stylesheet " href ="/vendors/bootstrap/bootstrap.min.css ">
1929 < link rel ="stylesheet " href ="/vendors/flaticon/flaticon.css " />
2030 < link rel ="stylesheet " href ="/vendors/owl-carousel/owl.carousel.min.css ">
2131 < link rel ="stylesheet " href ="/assets/css/style.css ">
32+ < link rel ="stylesheet " href ="/assets/css/modern.css ">
2233 < link rel ="stylesheet " href ="/assets/css/site.css ">
2334</ head >
2435
25- < body >
36+ < body class =" layout-default page-about-us " >
2637 < header class ="header_area ">
2738 < div class ="main_menu ">
2839 < nav class ="navbar navbar-expand-lg navbar-light ">
2940 < div class ="container box_1620 ">
30- < a class ="navbar-brand logo_h " href ="/index.html "> < img src ="/assets/img/logo.png " alt =""> </ a >
41+ < a class ="navbar-brand logo_h " href ="/ "> < img src ="/assets/img/logo-gray .png " alt ="OrderLab "> </ a >
3142 < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
3243 < span class ="icon-bar "> </ span >
3344 < span class ="icon-bar "> </ span >
3647 < div class ="collapse navbar-collapse offset " id ="navbarSupportedContent ">
3748
3849 < ul class ="nav navbar-nav menu_nav justify-content-end ">
39- < li class ="nav-item "> < a class ="nav-link " href ="/index.html "> Home</ a > </ li >
40- < li class ="nav-item "> < a class ="nav-link " href ="/team.html "> People</ a > </ li >
41- < li class ="nav-item "> < a class ="nav-link " href ="/news.html "> News</ a > </ li >
42- < li class ="nav-item "> < a class ="nav-link " href ="/pubs.html "> Publications</ a >
43- < li class ="nav-item "> < a class ="nav-link " href ="/projects.html "> Projects</ a > </ li >
44- < li class ="nav-item "> < a class ="nav-link " href ="/software.html "> Software</ a > </ li >
50+ < li class ="nav-item "> < a class ="nav-link " href ="/ "> Home</ a > </ li >
51+ < li class ="nav-item "> < a class ="nav-link " href ="/team/ "> Team</ a > </ li >
52+ < li class ="nav-item "> < a class ="nav-link " href ="/pubs/ "> Publications</ a > </ li >
53+ < li class ="nav-item "> < a class ="nav-link " href ="/blog/ "> Blog</ a > </ li >
4554 < li class ="nav-item "> < a class ="nav-link " href ="https://orderlab.io/reading-group " target ="_blank "> Reading</ a > </ li >
46- < li class ="nav-item "> < a class ="nav-link " href ="/join.html "> Join</ a > </ li >
55+ < li class ="nav-item "> < a class ="nav-link " href ="/join/ "> Join</ a > </ li >
56+ < li class ="nav-item nav-item--theme ">
57+ < button
58+ class ="theme-toggle "
59+ type ="button "
60+ data-theme-toggle
61+ aria-label ="Toggle theme "
62+ aria-pressed ="false ">
63+ < i class ="fas fa-adjust theme-toggle__icon " aria-hidden ="true "> </ i >
64+ </ button >
65+ </ li >
4766 </ ul >
4867 </ div >
4968 </ div >
5271</ header >
5372
5473
55- < main class ="side-main ">
56- < section class ="hero-banner mb-30px ">
57- < div class ="container ">
58- < div class ="hero-banner--sm__content ">
59- < h1 > About Us</ h1 >
60- </ div >
61- </ div >
62- </ section >
63- <!--================ End banner =================-->
74+ < main class ="side-main ">
6475 < section class ="section-margin ">
6576 < div class ="container ">
6677 < div class ="section-about pb-85px ">
@@ -87,7 +98,7 @@ <h1>About Us</h1>
8798 < p >
8899 Currently the lab has four PhD students, one Master's student,
89100 one undergraduate student and one visiting undergraduate student. We are actively recruiting self-motivated graduate students and
90- undergraduate interns who are interested in systems building and research. Interested students please check < a href ="/join.html "> this page</ a >
101+ undergraduate interns who are interested in systems building and research. Interested students please check < a href ="/join/ "> this page</ a >
91102 </ p >
92103
93104 < p >
@@ -107,14 +118,14 @@ <h1>About Us</h1>
107118 < p class ="footer-text m-0 col-lg-8 col-md-12 ">
108119 Copyright © OrderLab 2017-< script >
109120 document . write ( new Date ( ) . getFullYear ( ) ) ;
110- </ script > All rights reserved. | Last updated 2025-04-30 22:19:44 -0400 .
121+ </ script > All rights reserved. | Last updated 2026-02-21 11:18:52 -0500 .
111122 </ p >
112123 </ div >
113124</ div >
114125</ footer >
115126<!-- ================ End footer area ================= -->
116127
117- </ main >
128+ </ main >
118129 < script src ="/vendors/jquery/jquery-3.2.1.min.js "> </ script >
119130< script src ="/vendors/bootstrap/bootstrap.bundle.min.js "> </ script >
120131< script src ="/vendors/owl-carousel/owl.carousel.min.js "> </ script >
0 commit comments