Skip to content

Commit

Permalink
Merge pull request #11 from joyceoh/main
Browse files Browse the repository at this point in the history
updated for launch
  • Loading branch information
joyceoh authored Sep 20, 2024
2 parents 5553d45 + 521493d commit 0e7bff3
Show file tree
Hide file tree
Showing 18 changed files with 287 additions and 357 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ dist
*.njsproj
*.sln
*.sw?
.vercel
271 changes: 7 additions & 264 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Team from './components/Team/Team.vue';
import ContactUs from './components/Footer/ContactUs.vue';
import Demo from './components/Demo/Demo.vue';
import Footer from './components/Footer/Footer.vue';
import Blog from './components/Blog/blogs.vue';
</script>

<template>
Expand All @@ -17,6 +18,7 @@ import Footer from './components/Footer/Footer.vue';
<Feature/>
<Demo />
<Team/>
<Blog/>
<ContactUs/>
</div>
<Footer/>
Expand Down
8 changes: 4 additions & 4 deletions src/assets/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"team" : [
{
"id": "t01m01",
"name": "Ali McNarma",
"name": "Ali McNamara",
"github": "https://github.com/allisonrm95",
"linkedin": "https://www.linkedin.com/in/ali-mcnamara/",
"imagePath": "images/AliM.jpg"
Expand All @@ -16,7 +16,7 @@
},
{
"id": "t01m03",
"name": "Kenny Olson",
"name": "Kenneth Olson",
"github": "https://github.com/AchillesHeir",
"linkedin": "https://www.linkedin.com/in/kenneth-j-olson/",
"imagePath": "images/ko.jpg"
Expand All @@ -30,9 +30,9 @@
},
{
"id": "t01m05",
"name": "William Delessandro",
"name": "Billy-Jack Dalessandro",
"github": "https://github.com/bjdooi",
"linkedin": "https://www.linkedin.com/in/william-jack-dalessandro-816467104/",
"linkedin": "https://www.linkedin.com/in/williamdalessandro/",
"imagePath": "images/bjwd.jpg"
}
]
Expand Down
Binary file removed src/assets/images/SusCode_Demo_1.gif
Binary file not shown.
Binary file added src/assets/images/SusCode_Demo_loop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/github-mark-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0e7bff3

Please sign in to comment.