Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkz96/computer-architecture-conference-2022
A dedicated website for a fictional event showcasing strong understanding of technologies. Built with HTML5, CSS3, and JavaScript.
https://github.com/tkz96/computer-architecture-conference-2022
css html javascript
Last synced: about 21 hours ago
JSON representation
A dedicated website for a fictional event showcasing strong understanding of technologies. Built with HTML5, CSS3, and JavaScript.
- Host: GitHub
- URL: https://github.com/tkz96/computer-architecture-conference-2022
- Owner: tkz96
- Created: 2022-03-14T07:49:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T12:59:04.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T01:35:30.219Z (almost 2 years ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage:
- Size: 1.23 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# 2022 ANNUAL COMPUTER ARCHITECTURE CONFERENCE
Microverse Module 1 (HTML, CSS & JS basics) Capstone Project
My name is Talha and I am a student at Microverse studying Full-Stack Engineering.
Each module has a capstone project showcasing our skills learned in that module.
This project is a reimagining of the template by Cindy Shin (link in the acknowledgements) and is an event website for an imaginary conference called the 2022 Annual Computer Architecture Conferece.## Built With
- HTML 5
- CSS 3
- Javascript# Live Demo to my website
[Live Demo Link](https://tkz96.github.io/Capstone1/index.html)
# Link to the video on Loom
[Click here to watch the video demo](https://www.loom.com/share/9e9acd954b1a4671ba032c1859b981c0)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
This website does not have any special pre-requisites.
You may need to install Node.js to run the code linters (that are included in the source code) locally on your machine.
[Visit this link to download the latest version of Node.js](https://nodejs.org/en/download/).- Once you are inside the folder where you have cloned the repository, please run the following code through a shell or command prompt.
```sh
npm install
```This will install the npm packages to set the linters up.
### Usage
This website exists solely for personal use and display of skill proficiency. You are free to download and use the source code for your project.
## Author
👤 **Talha Zuberi**
- GitHub: [@tkz96](https://github.com/tkz96)
- Twitter: [@TKZ96](https://twitter.com/tkz96)
- LinkedIn: [LinkedIn](https://linkedin.com/in/talha-zuberi)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
This Capstone project respects the guidelines provided by the Creative Commons Organization.
[Link to read these guidelines](https://creativecommons.org/licenses/by-nc/4.0/)Special Shout out to Cindy Shin for the design.
[Please click here to visit her Behance page](https://www.behance.net/adagio07)## 📝 License
Everything used in this project is purely for educational purposes.
All rights reserved by the original owners.This project is [MIT](./MIT.md) licensed.