Skip to content

Commit 0352349

Browse files
author
yashksaini-coder
committed
Update base template with new description section and styling for API endpoints
1 parent 7204e98 commit 0352349

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

templates/base.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@
109109
text-shadow: var(--terminal-glow);
110110
}
111111

112+
.description {
113+
color: var(--terminal-color);
114+
text-shadow: var(--terminal-glow);
115+
font-size: 14px;
116+
}
117+
112118
.terminal-item {
113119
display: flex;
114120
align-items: center;
@@ -192,7 +198,10 @@
192198
<span>$ {{text}}</span><span class="cursor"></span>
193199
</div>
194200
{% endblock %}
195-
201+
<div class="description">
202+
<p>The objective is to provide a clean and proper structure of all API endpoints and how they operate using query params.</p>
203+
<p>The API end points will be shown with proper request methods</p>
204+
</div>
196205
<ul class="terminal-menu">
197206
<li class="terminal-item">
198207
<span class="terminal-prompt">></span>
@@ -212,7 +221,7 @@
212221
</li>
213222
<li class="terminal-item">
214223
<span class="terminal-prompt">></span>
215-
<a class="terminal-link" href="/stocks/" target="_blank">/stocks</a>
224+
<a class="terminal-link" href="/stock/" target="_blank">/stock</a>
216225
</li>
217226
<li class="terminal-item">
218227
<span class="terminal-prompt">></span>

0 commit comments

Comments
 (0)