Or contact us by email at
- northseattle.appdev@gmail.com or through our phone number at [coming soon]
+ nextwavedev.org@gmail.com or through our phone number at [coming soon]
);
diff --git a/src/index.css b/src/index.css
index e12faa7..501374b 100644
--- a/src/index.css
+++ b/src/index.css
@@ -332,7 +332,7 @@ navbar
.students-flexcolumn__h1{
font-size: 3rem;
font-weight: 700;
- width: 13ch;
+ width: 14ch;
}
.students-flexcolumn__student-flex-item{
display: flex;
diff --git a/src/pages/About.js b/src/pages/About.js
index 58703a3..5e4be35 100644
--- a/src/pages/About.js
+++ b/src/pages/About.js
@@ -7,7 +7,7 @@ function About() {
return (
<>
- NSC App Development - About
+ Next Wave Dev - About
@@ -40,7 +40,7 @@ function About() {
fontWeight: 600,
}}
>
- North Seattle Application Development
+ Next Wave Dev
About Us:
- Welcome to the NSC College Application Development Program,
- where we empower students to create innovative and impactful
- solutions in the ever-evolving world of technology. Our program
- is dedicated to cultivating the next generation of skilled app
- developers, equipping them with the knowledge and hands-on
- experience needed to excel in the tech industry.
-
-
- Through a blend of rigorous coursework, practical project
- development, internships and mentorships from industry experts,
- and engagement with real-time projects from clients, we foster a
- dynamic learning environment that nurtures creativity, critical
- thinking, and technical proficiency. Our students engage in
- real-world challenges, developing apps that address contemporary
- issues and drive technological progress.
-
-
- At NSC, we believe in the power of education and innovation to
- transform lives and communities. Join us to unlock your
- potential, gain invaluable experience, and make a meaningful
- impact in the digital world. Together, we shape the future of
- technology.
+ Bridging the gap between classroom learning and career success, we equip students and recent graduates with the skills, mentorship, and real-world experience needed to deliver high-quality tech solutions.
+
diff --git a/src/pages/Contact.js b/src/pages/Contact.js
index 8c7b1b3..3666287 100644
--- a/src/pages/Contact.js
+++ b/src/pages/Contact.js
@@ -9,7 +9,7 @@ function Contact() {
return (
<>
- NSC App Development - Contact
+ Next Wave Dev - Contact
diff --git a/src/pages/StudentsPage.js b/src/pages/DevelopersPage.js
similarity index 77%
rename from src/pages/StudentsPage.js
rename to src/pages/DevelopersPage.js
index d695efc..4bbac0e 100644
--- a/src/pages/StudentsPage.js
+++ b/src/pages/DevelopersPage.js
@@ -2,8 +2,9 @@
import Navbar from "../components/Navbar";
import Footer from "../components/Footer";
import React from "react";
-import Student from "../components/Student";
+import Developer from "../components/Developer";
import data from "../students.json";
+import { Helmet } from "react-helmet";
// const students = [
// {
@@ -26,14 +27,17 @@ import data from "../students.json";
const students = data.students;
-const StudentsPage = () => {
+const DevelopersPage = () => {
return (
+
+ Next Wave Dev - Developers
+
-
Our Students
+
Our Developers
{students.map((student, index) => (
-
+
))}
@@ -53,4 +57,4 @@ const styles = {
},
};
-export default StudentsPage;
+export default DevelopersPage;
diff --git a/src/pages/Main.js b/src/pages/Main.js
index 17370c3..82bd9df 100644
--- a/src/pages/Main.js
+++ b/src/pages/Main.js
@@ -2,7 +2,7 @@ import Navbar from "../components/Navbar";
import { Link } from "react-router-dom";
import belindas from '../images/belindasmobile.png';
import pelletier from '../images/pelletier.png';
-import StudentThumbnail from "../components/StudentThumbnail";
+import DeveloperThumbnail from "../components/DeveloperThumbnail";
import studentData from "../students.json";
import { Helmet } from "react-helmet";
import { FormComponent } from "../components/microComponents/contact/form";
@@ -18,7 +18,7 @@ function Main() {
return (
<>
- NSC App Development
+ Next Wave Dev
@@ -26,10 +26,10 @@ function Main() {
- North Seattle Application Development
+ Next Wave Dev
- Preparing students for immediate employment in a high-demand field
+ Bridging the gap between classroom learning and career success, we equip students and recent graduates with the skills, mentorship, and real-world experience needed to deliver high-quality tech solutions.
@@ -71,14 +71,14 @@ function Main() {
{studentDataSlice.map((student, index) => (
-
))}
-
- Get to know our student developers
+
+ Get to know our developers