Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfoSec Page and Replacement of undraw images #577

Merged
merged 6 commits into from
Nov 6, 2023

Conversation

DylanMiller765
Copy link
Contributor

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

This PR adds an InfoSec page and replaces the undraw images with more fitting pictures.

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

About Us Page
InfoSec Page
Tutoring Page

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📜 readme
  • 📜 contributing.md
  • 📓 docs
  • 📕 storybook
  • 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

Copy link

netlify bot commented Nov 1, 2023

Deploy Preview for practical-hodgkin-4543e2 ready!

Name Link
🔨 Latest commit 1243413
🔍 Latest deploy log https://app.netlify.com/sites/practical-hodgkin-4543e2/deploys/6548484539a23a00082f03e3
😎 Deploy Preview https://deploy-preview-577--practical-hodgkin-4543e2.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@DylanMiller765
Copy link
Contributor Author

Should the logo on the About Us page be moved to the right? For the Info Sec page is there a rough idea of what should be on it? I checked the Figma and didn't see a page for it.

@bnleft bnleft requested a review from Brodypen November 2, 2023 00:00
@@ -37,6 +37,7 @@ const NavBar = () => {
{/* when hackathon will return to active it again no need to delete */}
{/* <ActiveListItem url='/hackathons' name='Hackathons' /> */}
<ActiveListItem url='/contactus' name='Contact Us' />
<ActiveListItem url='/InfoSec' name='InfoSec' />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

url should be /infosec to be consistent with current style

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

info sec should be before contact us in the navbar.

const meta = {
title: 'Info-Sec',
desc: 'Learn more about CougarCS Web-Dev',
url: 'https://cougarcs.com/web-dev',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to be accurate to current site.
desc: 'Learn more about CougarCS Info-sec'
url: 'https://cougarcs.com/infosec'

src/App.js Outdated
@@ -43,6 +44,7 @@ const App = () => {
<Route path='/gallery/:event' element={<GalleryEvent />} />
<Route path='/404' element={<NotFound />} />
<Route path='*' element={<FourOFour />} />
<Route path='/InfoSec' element={<InfoSec />} />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move route between tutoring and gallery/event

<h1>InfoSec at CougarCS</h1>
<p className='lead-text'>
Information Security something maybe put team members below not
to sure what the vision is here
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look at webdev/tutoring for help on making this page to look better.

Discord button should link to info sec discord.

@Brodypen Brodypen linked an issue Nov 4, 2023 that may be closed by this pull request
Copy link

sonarqubecloud bot commented Nov 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Brodypen Brodypen merged commit 47b1337 into CougarCS:master Nov 6, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Info Sec Committee Page
2 participants