diff --git a/Developer_Notes.txt b/Developer_Notes.txt index 1434708..f546825 100644 --- a/Developer_Notes.txt +++ b/Developer_Notes.txt @@ -1,2 +1,3 @@ - Note to self, make sure you update the host server code after comitting to github. + \ No newline at end of file diff --git a/local_test/index.php b/local_test/index.php old mode 100755 new mode 100644 index 83b7d6c..9d4e804 --- a/local_test/index.php +++ b/local_test/index.php @@ -1,5 +1,26 @@ - + + + + + Simple Portfolio + + + +
+

My Portfolio

+
+
+ '; + echo '

' . htmlspecialchars($item['title']) . '

'; + echo '

' . htmlspecialchars($item['description']) . '

'; + echo 'View Project'; + echo '
'; + } + ?> + + + diff --git a/local_test/src/about.php b/local_test/src/about.php deleted file mode 100644 index 9b31670..0000000 --- a/local_test/src/about.php +++ /dev/null @@ -1,5 +0,0 @@ -'; } - -require "php/views/ceramics.view.php"; \ No newline at end of file diff --git a/local_test/src/php/css/styles.css b/local_test/src/php/css/styles.css new file mode 100644 index 0000000..7cf06bf --- /dev/null +++ b/local_test/src/php/css/styles.css @@ -0,0 +1,36 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} +header { + background-color: #333; + color: #fff; + padding: 1rem; + text-align: center; +} +.portfolio { + display: flex; + flex-direction: column; + align-items: center; + margin: 2rem; +} +.portfolio-item { + background: #fff; + border: 1px solid #ccc; + padding: 1rem; + margin: 1rem; + width: 80%; + box-shadow: 0 2px 5px rgba(0,0,0,0.1); +} +.portfolio-item h2 { + margin: 0; +} +.portfolio-item a { + color: #007bff; + text-decoration: none; +} +.portfolio-item a:hover { + text-decoration: underline; +} diff --git a/local_test/src/php/portfolio.php b/local_test/src/php/portfolio.php new file mode 100644 index 0000000..9a700d3 --- /dev/null +++ b/local_test/src/php/portfolio.php @@ -0,0 +1,19 @@ + "Project 1", + "description" => "A description of Project 1.", + "link" => "https://example.com/project1" + ], + [ + "title" => "Project 2", + "description" => "A description of Project 2.", + "link" => "https://example.com/project2" + ], + [ + "title" => "Project 3", + "description" => "A description of Project 3.", + "link" => "https://example.com/project3" + ] +]; +?> diff --git a/local_test/src/php/views/about.view.php b/local_test/src/php/views/about.view.php deleted file mode 100644 index a90a335..0000000 --- a/local_test/src/php/views/about.view.php +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -

- -

- Joseph Hernandez -
-

- - - - \ No newline at end of file diff --git a/local_test/src/php/views/ceramics.view.php b/local_test/src/php/views/ceramics.view.php deleted file mode 100644 index 6abef32..0000000 --- a/local_test/src/php/views/ceramics.view.php +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -
- - -
- - - - '; ?> - -
-
- - - - \ No newline at end of file diff --git a/local_test/src/php/views/contact.view.php b/local_test/src/php/views/contact.view.php deleted file mode 100644 index c9f422e..0000000 --- a/local_test/src/php/views/contact.view.php +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - -

- something here. -

- - - - \ No newline at end of file diff --git a/local_test/src/php/views/help.view.php b/local_test/src/php/views/help.view.php deleted file mode 100644 index c289e0d..0000000 --- a/local_test/src/php/views/help.view.php +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - -

- something here. -

- - - - \ No newline at end of file diff --git a/local_test/src/php/views/index.view.php b/local_test/src/php/views/index.view.php deleted file mode 100644 index a9cb84a..0000000 --- a/local_test/src/php/views/index.view.php +++ /dev/null @@ -1,42 +0,0 @@ - - - - Testing - - - - - - - -
- -
- Ceramic Arts - Link to Facebook Page - Link to website gallery -
-
- 2D/3D Video Game Design - make a list here of the following: Vulkan, OpenGL, C++, Java, C# -
-
- Other personal projects - Computer science, and talk about college -
-
- Contact Me - -
-
- - - diff --git a/local_test/src/php/views/partials/footer.php b/local_test/src/php/views/partials/footer.php deleted file mode 100644 index 3e18cff..0000000 --- a/local_test/src/php/views/partials/footer.php +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/local_test/src/php/views/partials/head.php b/local_test/src/php/views/partials/head.php deleted file mode 100644 index b3b010c..0000000 --- a/local_test/src/php/views/partials/head.php +++ /dev/null @@ -1,9 +0,0 @@ - - Test website - - - - - - - \ No newline at end of file diff --git a/local_test/src/php/views/partials/nav.php b/local_test/src/php/views/partials/nav.php deleted file mode 100644 index 1bba012..0000000 --- a/local_test/src/php/views/partials/nav.php +++ /dev/null @@ -1,12 +0,0 @@ -
- - -
\ No newline at end of file diff --git a/local_test/src/php/views/projects.view.php b/local_test/src/php/views/projects.view.php deleted file mode 100644 index 9552e1a..0000000 --- a/local_test/src/php/views/projects.view.php +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -

-

Projects


-
-
- This is a list of all my projects I am actively working on. Feel free to browse the code or even submit a ticket to become a member of a project.
-
- -
-
-

This website

- This webiste is a place for me to learn HTML and CSS while building a website for my C++/vulcan project. -

- -

C++/vulcan project

- This project is currently a place for me to learn C++ and Vulcan, while keeping a long term goal in the back of my mind to create a 3D game. - -
- If you are wanting to become a part of my team for this C++/vulcan project, than you must download and compile the code in your workstation. In order to get - started you need to install a few dependencies. Than after you have succesfully installed the dependencies you can compile my source code on a linux computer. - If you're not running linux then there is are detailed instructions in the README file - on how to get this project working on your OS. -

- - - - - \ No newline at end of file diff --git a/local_test/src/php/views/projects_game_design.view.php b/local_test/src/php/views/projects_game_design.view.php deleted file mode 100644 index 3b47735..0000000 --- a/local_test/src/php/views/projects_game_design.view.php +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -

-

Projects


-
-
- This is a list of all my projects I am actively working on. Feel free to browse the code or even submit a ticket to become a member of a project.
-
- - - - -

BeginningProject

-

- This project is made with C++ and using OpenGL for the rendering. The purpose of this project is for me to - learn C++ and OpenGL. -

- - - -

C++/vulcan project

- This project is currently a place for me to learn C++ and Vulcan, while keeping a long term goal in the back of my mind to create a 3D game. - -
- If you are wanting to become a part of my team for this C++/vulcan project, than you must download and compile the code in your workstation. In order to get - started you need to install a few dependencies. Than after you have succesfully installed the dependencies you can compile my source code on a linux computer. - If you're not running linux then there is are detailed instructions in the README file - on how to get this project working on your OS. -

-

- - - - \ No newline at end of file diff --git a/local_test/src/projects.php b/local_test/src/projects.php deleted file mode 100644 index a8493fe..0000000 --- a/local_test/src/projects.php +++ /dev/null @@ -1,5 +0,0 @@ -