|
57 | 57 | <body> |
58 | 58 |
|
59 | 59 |
|
60 | | - <nav class="navbar navbar-expand-md navbar-dark bg-dark py-0" style="background-color: #f19066;"> |
| 60 | + <nav class="navbar navbar-expand-md navbar-dark bg-dark py-0" style="background-color: #f19066;z-index:1;"> |
61 | 61 | <div class="d-flex flex-grow-1 py-0"> |
62 | 62 | <span class="w-100 d-lg-none d-block"><!-- hidden spacer to center brand on mobile --></span> |
63 | 63 | <a class="navbar-brand" href="{% url 'home' %}"> |
64 | 64 | {% load staticfiles %} |
65 | | - <img src="{% static 'image/logoInvert.png'%}" style="max-width:65px;" alt="logo"> |
| 65 | + <img id="logoREC" src="{% static 'image/logoInvert.png'%}" style="max-width:65px;" alt="logo"> |
66 | 66 | <strong>REC</strong>ursion |
67 | 67 | </a> |
68 | 68 | <!-- <a class="navbar-brand-two mx-auto d-lg-none d-inline-block py-0" href="#"> |
|
90 | 90 | {% else %} |
91 | 91 | <ul class="nav navbar-nav"> |
92 | 92 | <li class="dropdown nav-link m-2 menu-item nav-item"> |
93 | | - <a class="dropdown-toggle tab" data-toggle="dropdown" href="#" id="tabManage">Manage Account<span class="caret"></span></a> |
| 93 | + <a class="dropdown-toggle tab" data-toggle="dropdown" href="#" id="tabManage">Welcome, {{user.username}} <span class="caret"></span></a> |
94 | 94 | <ul class="dropdown-menu ml-2" style="padding: 2px;color:black;"> |
95 | | - <li ><a href="{% url 'forum:list_questions' %}">Forum</a></li> |
| 95 | + <!-- <li ><a href="{% url 'forum:list_questions' %}">Forum</a></li> --> |
96 | 96 | <!-- <li><a href="{% url 'user_profile:view_profile' %}">View Account</a></li> --> |
97 | | - <!-- <li><a href="{% url 'user_profile:edit_profile' %}">Edit Account</a></li> --> |
98 | | - <li><a href="{% url 'profile:view_profile' %}">View my activity</a></li> |
| 97 | + <li><a href="{% url 'profile:view_profile' %}">Manage Profile</a></li> |
| 98 | + <li><a href="{% url 'user_profile:edit_profile' %}">Edit Profile</a></li> |
99 | 99 | <li><a href="{% url 'logout' %}">Logout</a></li> |
100 | 100 | </ul> |
101 | 101 | </li> |
|
115 | 115 | linear-gradient(135deg, #2d3436 90%, #3e4446 1%), |
116 | 116 | linear-gradient(45deg, #353b48 95%, rgba(0,0,255,0) 30%);"> |
117 | 117 | <a id="goTop"> |
118 | | - <center class="circle"> |
| 118 | + <center class="circle" onclick="window.scrollTo(0,-1000000)"> |
119 | 119 | {% load static %} |
120 | 120 | <img src="{% static 'image/rocket.png'%}" alt="go Top" onclick="window.scrollTo(0,-1000000)" style="margin-top: 2px;"> |
121 | 121 | </center> |
122 | 122 | </a> |
123 | 123 | <div class="container"> |
124 | 124 | <div class="row row-30"> |
125 | 125 | <div class="col-md-4 col-xl-5"> |
126 | | - <div class="pr-xl-4"><a class="brand" href="index.html"><img class="brand-logo-light" src="images/agency/logo-inverse-140x37.png" alt="" width="140" height="37" srcset="images/agency/logo-retina-inverse-280x74.png 2x"></a> |
| 126 | + <div class="pr-xl-4"> |
127 | 127 | <p>RECursion NIT Durgapur is an initiative to embolden the budding coding minds through regular Code Classes, robust coding competitions and geeky sessions.</p> |
128 | 128 | <strong>Contribute to this community</strong><br> |
129 | 129 | <a href="https://www.facebook.com/recursion.nit/"><i class="fab fa-facebook-f"></i></a> |
@@ -155,7 +155,7 @@ <h3>Contacts</h3> |
155 | 155 | <h3 class="ml-0">Links</h3> |
156 | 156 | <ul class="nav-list ml-1"> |
157 | 157 | <li><a href="{% url 'forum:list_questions' %}">AskREC</a></li> |
158 | | - <li><a href="#">Events</a></li> |
| 158 | + <li><a href="{% url 'events:calender' %}">Events</a></li> |
159 | 159 | <li><a href="#">Get Started</a></li> |
160 | 160 | <li><a href="#">Team</a></li> |
161 | 161 | </ul> |
|
0 commit comments