diff --git a/lesson_06/alexandra.html b/lesson_06/alexandra.html new file mode 100644 index 0000000..63929d9 --- /dev/null +++ b/lesson_06/alexandra.html @@ -0,0 +1,103 @@ + + + + + + Student Name - Alexandra Solorzano + + + + +
+

Student Profile

+

Welcome to the page of Alexandra Solorzano

+
+ +
+
+ Student Photo +
+

About Me

+

Hello! My name is Alexandra Solorzano. I am a programmer student passionate about learning, exploring new ideas, and developing my skills in different areas of coding

+
+
+ +
+

Education

+ +
+ +
+

Skills

+ +
+ +
+

Contact

+

Email: alexandra@example.com

+

Phone: (123) 456-7890

+
+
+ + + diff --git a/lesson_06/img/Screenshot 2024-06-02 163520.png b/lesson_06/img/Screenshot 2024-06-02 163520.png new file mode 100644 index 0000000..1e576a5 Binary files /dev/null and b/lesson_06/img/Screenshot 2024-06-02 163520.png differ diff --git a/lesson_06/img/alexa.jpg b/lesson_06/img/alexa.jpg new file mode 100644 index 0000000..7c8d8b2 Binary files /dev/null and b/lesson_06/img/alexa.jpg differ diff --git a/lesson_06/img/josh.png b/lesson_06/img/josh.png new file mode 100644 index 0000000..45dd059 Binary files /dev/null and b/lesson_06/img/josh.png differ diff --git a/lesson_06/joshuan3.html b/lesson_06/joshuan3.html new file mode 100644 index 0000000..d17395b --- /dev/null +++ b/lesson_06/joshuan3.html @@ -0,0 +1,103 @@ + + + + + + Student Name - Joshua Nathan + + + + +
+

Student Profile

+

Welcome to the page of Joshua Nathan

+
+ +
+ Student Photo +
+

About Me

+

Hello! My name is Joshua Nathan!

+

I'm a coding student passionate about learning and growing!

+

I started learning on Scratch and have now learned some content through Javascript, Python, and the HTML/CSS pairing.

+

I'm just looking to do better each time and learn/grow.

+
+ + +

Education

+ + +

Skills

+ + +

Contact

+

Should Anyone need to contact me

+

Email: thegreatjoshua@joshua.gov

+

Phone #: +9 (999)-999-999

+
+ + + diff --git a/lesson_06/team.html b/lesson_06/team.html index 4bb4728..e0f860e 100644 --- a/lesson_06/team.html +++ b/lesson_06/team.html @@ -33,13 +33,15 @@

- - +

+

Joshua Nathan

- +

+

Alexandra Solorzano

+
@@ -48,8 +50,8 @@

- - +

+

Andrew Poh

diff --git a/lesson_07/index.html b/lesson_07/index.html index 7eb0fd4..bb92468 100644 --- a/lesson_07/index.html +++ b/lesson_07/index.html @@ -50,8 +50,8 @@

Index

$("#i_summary").attr("src","oak_summary.html"); }) $("#beech").click(function(){ - - + $("#i_content").attr("src", "beech_content.html"); + $("#i_summary").attr("src", "beech_summary.html"); }) /* This will not be merged ! */ diff --git a/lesson_07/plum_content.html b/lesson_07/plum_content.html new file mode 100644 index 0000000..c54222d --- /dev/null +++ b/lesson_07/plum_content.html @@ -0,0 +1,2 @@ +

Apple

+

todo

\ No newline at end of file diff --git a/lesson_07/plum_summary.html b/lesson_07/plum_summary.html new file mode 100644 index 0000000..343190a --- /dev/null +++ b/lesson_07/plum_summary.html @@ -0,0 +1,4 @@ +

Tree name

+

todo

+ +

Family: todo

\ No newline at end of file