You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ The project explores themes of astronomy and galactic exploration, utilizing a d
90
90
<aname="project-structure"></a>
91
91
## Project Structure
92
92
93
-
```bash
93
+
```python
94
94
SEARCH-SPACE-EXPLORE-EXTENT/
95
95
│
96
96
├── .github/# GitHub Actions & Automation
@@ -173,7 +173,7 @@ SEARCH-SPACE-EXPLORE-EXTENT/
173
173
This repository is openly shared to support learning and knowledge exchange across the academic community.
174
174
175
175
**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.
177
177
178
178
**For Educators**
179
179
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.
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.
Grateful acknowledgment to the faculty members of the **Department of Computer Engineering** at Terna Engineering College fortheir guidance and instructionin foundational web technologies. Their expertise in semantic markup and responsive design principles helped me develop a strong understanding of professional front-end development methodologies.
213
213
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.
215
215
216
216
---
217
217
@@ -223,7 +223,7 @@ Special thanks to the faculty members of the Department of Computer Engineering
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This project is implemented using HTML5 and CSS3, as defined by the project’s
34
34
35
35
## Technical Integrity Statement
36
36
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.
Copy file name to clipboardExpand all lines: docs/SPECIFICATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The visual identity is managed through a centralized stylesheet (`style.css`) in
43
43
44
44
### 3. Deployment Layer: GitHub Actions
45
45
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.
47
47
-**Security**: Uses standard GitHub environment permissions (`pages: write`, `id-token: write`) for secure deployment.
0 commit comments