We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb6f1e commit 9736933Copy full SHA for 9736933
GitHub_Portfolio.html
@@ -156,6 +156,12 @@
156
width: 100%;
157
border: none;
158
}
159
+ .coming-soon {
160
+ color: #007ACC; /* use your theme’s accent color */
161
+ font-style: italic; /* italics to differentiate */
162
+ margin-bottom: 0.5em; /* space before the list */
163
+ font-family: 'Times New Roman', Times, serif;
164
+}
165
</style>
166
</head>
167
<body>
@@ -185,6 +191,7 @@ <h1>Hariprashad Ravikumar</h1>
185
191
186
192
<section>
187
193
<h2>Projects</h2>
194
+ <p class="coming-soon">More projects coming soon — stay tuned!</p>
188
195
<ul>
189
196
<li>
190
197
<strong>HariBot: AI Chatbot for Website</strong>
0 commit comments