Skip to content

Commit 927a8eb

Browse files
committed
SEARCH-SPACE-EXPLORE-EXTENT
1 parent 6ebbd56 commit 927a8eb

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The project explores themes of astronomy and galactic exploration, utilizing a d
9090
<a name="project-structure"></a>
9191
## Project Structure
9292

93-
```bash
93+
```python
9494
SEARCH-SPACE-EXPLORE-EXTENT/
9595
9696
├── .github/ # GitHub Actions & Automation
@@ -173,7 +173,7 @@ SEARCH-SPACE-EXPLORE-EXTENT/
173173
This repository is openly shared to support learning and knowledge exchange across the academic community.
174174

175175
**For Students**
176-
Use this project as a reference for foundational web design, CSS layout techniques, and the organization of static web artifacts. It serves as a practical example of a "First Project" workflow.
176+
Use this project as a reference for foundational web design, CSS layout techniques, and the organization of static web projects. It serves as a practical example of a "First Project" workflow.
177177

178178
**For Educators**
179179
This project may be used as a supplementary resource for teaching introductory Web Technologies or Human-Computer Interaction basics. Attribution is appreciated when utilizing content.
@@ -207,11 +207,11 @@ Copyright © 2021 Amey Thakur
207207

208208
This project features the **Search Space**, a web application developed during my early explorations in web design. It showcases the use of vanilla HTML/CSS to build interactive, themed digital experiences.
209209

210-
**Connect**: [GitHub](https://github.com/Amey-Thakur) · [LinkedIn](https://www.linkedin.com/in/amey-thakur) · [ORCID](https://orcid.org/0000-0001-5644-1575)
210+
**Connect:** [GitHub](https://github.com/Amey-Thakur) &nbsp;·&nbsp; [LinkedIn](https://www.linkedin.com/in/amey-thakur) &nbsp;·&nbsp; [ORCID](https://orcid.org/0000-0001-5644-1575)
211211

212-
### Acknowledgments
212+
Grateful acknowledgment to the faculty members of the **Department of Computer Engineering** at Terna Engineering College for their guidance and instruction in foundational web technologies. Their expertise in semantic markup and responsive design principles helped me develop a strong understanding of professional front-end development methodologies.
213213

214-
Special thanks to the faculty members of the Department of Computer Engineering at Terna Engineering College for their guidance during the course of this project. Gratitude is also extended to the mentors and peers who supported this learning endeavor.
214+
Special thanks to the mentors and peers whose encouragement and support contributed meaningfully to this early learning endeavor.
215215

216216
---
217217

@@ -223,7 +223,7 @@ Special thanks to the faculty members of the Department of Computer Engineering
223223

224224
<br>
225225

226-
🔬 **[Web Designing Laboratory](https://github.com/Amey-Thakur/WEB-DESIGNING-LAB)** &nbsp;·&nbsp; 🌌 **[SEARCH-SPACE-EXPLORE-EXTENT](https://github.com/Amey-Thakur/SEARCH-SPACE-EXPLORE-EXTENT)**
226+
🔬 **[Web Designing Laboratory](https://github.com/Amey-Thakur/WEB-DESIGNING-LAB)** &nbsp;·&nbsp; 🌌 **[SEARCH-SPACE-EXPLORE-EXTENT](https://amey-thakur.github.io/SEARCH-SPACE-EXPLORE-EXTENT/)**
227227

228228
---
229229

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This project is implemented using HTML5 and CSS3, as defined by the project’s
3434

3535
## Technical Integrity Statement
3636

37-
This repository is preserved as a fixed academic and engineering artifact. Security-related submissions are recorded for documentation and contextual reference and do not imply active monitoring, response obligations, or subsequent modification of the repository.
37+
This repository is preserved as a fixed academic and engineering project. Security-related submissions are recorded for documentation and contextual reference and do not imply active monitoring, response obligations, or subsequent modification of the repository.
3838

3939
---
4040

docs/SPECIFICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The visual identity is managed through a centralized stylesheet (`style.css`) in
4343

4444
### 3. Deployment Layer: GitHub Actions
4545
Automated deployment ensures that the production site at [GitHub Pages](https://amey-thakur.github.io/SEARCH-SPACE-EXPLORE-EXTENT/) is always synchronized with the `Source Code` directory.
46-
- **Staging Workflow**: The `deploy.yml` workflow dynamically stages repository contents into a clean `_site` directory before artifact upload, preventing directory nesting issues.
46+
- **Staging Workflow**: The `deploy.yml` workflow dynamically stages repository contents into a clean `_site` directory before project upload, preventing directory nesting issues.
4747
- **Security**: Uses standard GitHub environment permissions (`pages: write`, `id-token: write`) for secure deployment.
4848

4949
---

0 commit comments

Comments
 (0)