|
1 | 1 | <!-- Navigation Bar -->
|
2 | 2 | <header>
|
3 | 3 | <nav class="main-nav">
|
4 |
| - <span class="hamburger-parent"> |
5 |
| - <i class="hamburger fas fa-bars"></i> |
6 |
| - </span> |
7 |
| - <span class="logo-parent"> |
8 |
| - <a class=" logo-link"> |
9 |
| - <img src="images/online-logo.png" alt="online-logo" class="nav-logo pointer"> |
10 |
| - </a> |
11 |
| - </span> |
12 |
| - <ul class="nav-list"> |
13 |
| - <li class="nav-items pointer"> |
14 |
| - About us |
15 |
| - </li> |
16 |
| - <li class="nav-items pointer"> |
17 |
| - All Courses |
18 |
| - </li> |
19 |
| - <li class="nav-items pointer"> |
20 |
| - Contact us |
21 |
| - </li> |
| 4 | + <div class="nav-left"> |
| 5 | + <span class="hamburger-parent"> |
| 6 | + <i class="hamburger fas fa-bars"></i> |
| 7 | + </span> |
| 8 | + <span class="logo-parent"> |
| 9 | + <a class=" logo-link"> |
| 10 | + <img src="images/online-logo.png" alt="online-logo" class="nav-logo pointer"> |
| 11 | + </a> |
| 12 | + </span> |
| 13 | + </div> |
| 14 | + |
| 15 | + <div class="nav-right"> |
| 16 | + <div class="input-search nav-search"> |
| 17 | + <input type="text" placeholder="Search here"> |
| 18 | + <img src="images/searchicon.png" alt="search"> |
| 19 | + <div class="search-box display-none"> |
| 20 | + <div class="row search-content"> |
| 21 | + <div class="img-container col-md-3"> |
| 22 | + <img src="images/c" alt="online-logo" class="nav-logo pointer"> |
| 23 | + </div> |
| 24 | + <div class="heading-container col-md-9"> |
| 25 | + <p>Web Development</p> |
| 26 | + <p>NOV-DEC 2017</p> |
| 27 | + </div> |
| 28 | + </div> |
| 29 | + <div class="row search-content"> |
| 30 | + <div class="img-container col-md-3"> |
| 31 | + <img src="images/c" alt="online-logo" class="nav-logo pointer"> |
| 32 | + </div> |
| 33 | + <div class="heading-container col-md-9"> |
| 34 | + <p>Web Development</p> |
| 35 | + <p>NOV-DEC 2017</p> |
| 36 | + </div> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + </div> |
22 | 40 |
|
23 |
| - <li class="nav-items"> |
24 |
| - <div class="notify-icon"> |
25 |
| - <span class="notify-dot new"></span> |
26 |
| - <img src="images/notif-icon.png" alt=""> |
27 |
| - </div> |
28 |
| - <div class="dropdown-ul o-notification display-none"> |
29 |
| - <div class="dropdown-li row no-gutters"> |
30 |
| - <div class="notify-type col-2 "> |
31 |
| - <div class="notify-icon"> |
32 |
| - <span class="notify-dot new"></span> |
33 |
| - <img src="images/announcement.png" alt=""> |
34 |
| - </div> |
35 |
| - </div> |
36 |
| - <div class="notify-text col-10">Please hard refresh (Ctrl Shift R) your web app to make sure that you are on latest version of the app. We just deployed some major changes so that might be causing |
37 |
| - issues for you.</div> |
38 |
| - </div> |
| 41 | + <ul class="nav-list"> |
| 42 | + <li class="nav-items pointer"> |
| 43 | + About us |
| 44 | + </li> |
| 45 | + <li class="nav-items pointer"> |
| 46 | + All Courses |
| 47 | + </li> |
| 48 | + <li class="nav-items pointer"> |
| 49 | + Contact us |
| 50 | + </li> |
39 | 51 |
|
40 |
| - <div class="dropdown-li row no-gutters"> |
41 |
| - <div class="notify-type col-2 "> |
42 |
| - <div class="notify-icon"> |
43 |
| - <span class="notify-dot new"></span> |
44 |
| - <img src="images/announcement.png" alt=""> |
45 |
| - </div> |
46 |
| - </div> |
47 |
| - <div class="notify-text col-10">Please hard refresh (Ctrl Shift R) your web app to make sure that you are on latest version of the app. We just deployed some major changes so that might be causing |
48 |
| - issues for you.</div> |
49 |
| - </div> |
| 52 | + <li class="nav-items"> |
| 53 | + <div class="notify-icon"> |
| 54 | + <span class="notify-dot new"></span> |
| 55 | + <img src="images/notif-icon.png" alt=""> |
| 56 | + </div> |
| 57 | + <div class="dropdown-ul o-notification display-none"> |
| 58 | + <div class="dropdown-li row no-gutters"> |
| 59 | + <div class="notify-type col-2 "> |
| 60 | + <div class="notify-icon"> |
| 61 | + <span class="notify-dot new"></span> |
| 62 | + <img src="images/announcement.png" alt=""> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + <div class="notify-text col-10">Please hard refresh (Ctrl Shift R) your web app to make sure that you are on latest version of the app. We just deployed some major changes so that might be causing |
| 66 | + issues for you.</div> |
| 67 | + </div> |
50 | 68 |
|
51 |
| - <div class="dropdown-li row no-gutters"> |
52 |
| - <div class="notify-type col-2 "> |
53 |
| - <div class="notify-icon"> |
54 |
| - <span class="notify-dot new"></span> |
55 |
| - <img src="images/announcement.png" alt=""> |
56 |
| - </div> |
57 |
| - </div> |
58 |
| - <div class="notify-text col-10">Please hard refresh (Ctrl Shift R) your web app to make sure that you are on latest version of the app. We just deployed some major changes so that might be causing |
59 |
| - issues for you.</div> |
60 |
| - </div> |
| 69 | + <div class="dropdown-li row no-gutters"> |
| 70 | + <div class="notify-type col-2 "> |
| 71 | + <div class="notify-icon"> |
| 72 | + <span class="notify-dot new"></span> |
| 73 | + <img src="images/announcement.png" alt=""> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + <div class="notify-text col-10">Please hard refresh (Ctrl Shift R) your web app to make sure that you are on latest version of the app. We just deployed some major changes so that might be causing |
| 77 | + issues for you.</div> |
| 78 | + </div> |
61 | 79 |
|
62 |
| - <div class="dropdown-li row no-gutters"> |
63 |
| - <div class="notify-type col-2 "> |
64 |
| - <div class="notify-icon"> |
65 |
| - <span class="notify-dot new"></span> |
66 |
| - <img src="images/announcement.png" alt=""> |
67 |
| - </div> |
68 |
| - </div> |
69 |
| - <div class="notify-text col-10">Please hard refresh (Ctrl Shift R) your web app to make sure that you are on latest version of the app. We just deployed some major changes so that might be causing |
70 |
| - issues for you.</div> |
71 |
| - </div> |
72 |
| - </div> |
73 |
| - </li> |
| 80 | + <div class="dropdown-li row no-gutters"> |
| 81 | + <div class="notify-type col-2 "> |
| 82 | + <div class="notify-icon"> |
| 83 | + <span class="notify-dot new"></span> |
| 84 | + <img src="images/announcement.png" alt=""> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + <div class="notify-text col-10">Please hard refresh (Ctrl Shift R) your web app to make sure that you are on latest version of the app. We just deployed some major changes so that might be causing |
| 88 | + issues for you.</div> |
| 89 | + </div> |
74 | 90 |
|
75 |
| - <li class="nav-items pointer"> |
76 |
| - {{>button type='solid' text='Login'}} |
77 |
| - </li> |
78 |
| - </ul> |
| 91 | + <div class="dropdown-li row no-gutters"> |
| 92 | + <div class="notify-type col-2 "> |
| 93 | + <div class="notify-icon"> |
| 94 | + <span class="notify-dot new"></span> |
| 95 | + <img src="images/announcement.png" alt=""> |
| 96 | + </div> |
| 97 | + </div> |
| 98 | + <div class="notify-text col-10">Please hard refresh (Ctrl Shift R) your web app to make sure that you are on latest version of the app. We just deployed some major changes so that might be causing |
| 99 | + issues for you.</div> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + </li> |
79 | 103 |
|
80 |
| - <div class="input-search nav-search"> |
81 |
| - <input type="text" placeholder="Search here"> |
82 |
| - <img src="images/searchicon.png" alt="search"> |
83 |
| - <div class="search-box display-none"> |
84 |
| - <div class="row search-content"> |
85 |
| - <div class="img-container col-md-3"> |
86 |
| - <img src="images/c" alt="online-logo" class="nav-logo pointer"> |
87 |
| - </div> |
88 |
| - <div class="heading-container col-md-9"> |
89 |
| - <p>Web Development</p> |
90 |
| - <p>NOV-DEC 2017</p> |
91 |
| - </div> |
92 |
| - </div> |
93 |
| - <div class="row search-content"> |
94 |
| - <div class="img-container col-md-3"> |
95 |
| - <img src="images/c" alt="online-logo" class="nav-logo pointer"> |
96 |
| - </div> |
97 |
| - <div class="heading-container col-md-9"> |
98 |
| - <p>Web Development</p> |
99 |
| - <p>NOV-DEC 2017</p> |
100 |
| - </div> |
101 |
| - </div> |
102 |
| - </div> |
103 |
| - </div> |
| 104 | + {{!-- <li class="nav-items pointer"> |
| 105 | + {{>button type='solid' text='Login'}} |
| 106 | + </li> --}} |
| 107 | + </ul> |
| 108 | + |
| 109 | + <div class="round-img"> |
| 110 | + <img src="/images/code-red.svg" alt=""> |
| 111 | + </div> |
| 112 | + |
| 113 | + <div class="card"> |
| 114 | + <div class="top-offset"></div> |
| 115 | + <div class="nav-info"> |
| 116 | + <div class="flex-row justify-content-end"> |
| 117 | + <span class="pointer red">MY PROFILE</span> |
| 118 | + </div> |
| 119 | + <div class="separator"></div> |
| 120 | + <div class="flex-row justify-content-end faded"> |
| 121 | + <span class="pointer">LOGOUT</span> |
| 122 | + </div> |
| 123 | + </div> |
| 124 | + </div> |
| 125 | + </div> |
| 126 | + |
104 | 127 | </nav>
|
105 | 128 | <div class="sidebar sidebar-none">
|
106 | 129 | <i class="close fas fa-times"></i>
|
|
0 commit comments