2024-12-30 00:56:17 +00:00
<! DOCTYPE html >
< html lang = " en " >
< head >
< meta name = " viewport " content = " width=device-width, initial-scale=1.0 " >
< meta charset = " utf-8 "
< title > emma ' s things to do </ title >
2025-01-11 02:14:34 +00:00
< link rel = " icon " type = " image/x-icon " href = " /img/site/assets/favicon.ico " >
< link rel = " stylesheet " href = " /style/style.css " >
2024-12-30 00:56:17 +00:00
</ head >
< body >
2025-01-11 02:14:34 +00:00
< ? php require_once ( $_SERVER [ 'DOCUMENT_ROOT' ] . '/includes/header.php' ); ?>
< ? php require_once ( $_SERVER [ 'DOCUMENT_ROOT' ] . '/includes/nav.php' ); ?>
2024-12-30 00:56:17 +00:00
< main >
2025-01-11 02:14:34 +00:00
< h1 id = " top " > emma ' s things to do </ h1 >
< ? php require_once ( $_SERVER [ 'DOCUMENT_ROOT' ] . '/includes/self-category.php' ); ?>
2024-12-30 00:56:17 +00:00
< section >
< p >
this page is a little less specific than < a href = " ./goals.php " target = " _blank " > emma 's goals</a> they are things that i' d like to accomplish , but are not truly personal to me . they are things you could look through as well if you are looking for something new to try out or a skill to pick up . sometimes i 'll try to include a resource i' ve found for eventually pursuing a topic if i have researched it far enough to do so . i will mark resources that are paid and resources that are free
</ p >
< h3 > todo list </ h3 >
< ul >
2024-12-30 09:13:47 +00:00
< li >
need to get started making websites ? i heard < a href = " https://htmlforpeople.com/ " target = " _blank " > HTML for People ( free ) </ a > is good for that
</ li >
< li >
2024-12-30 14:09:17 +00:00
maybe you want to learn HTML and CSS ? i used this < a href = " https://www.freecodecamp.org/learn/2022/responsive-web-design/ " target = " _blank " > freeCodeCamp course ( free ) </ a >
2024-12-30 09:13:47 +00:00
</ li >
< li >
2024-12-30 14:09:17 +00:00
how about JavaScript ? i am working through this < a href = " https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/ " target = " _blank " > freeCodeCamp course ( free ) </ a >
2024-12-30 09:13:47 +00:00
</ li >
< li >
maybe get a backend going with PHP ? i bought this book < a href = " https://nostarch.com/php-crash-course " target = " _blank " > PHP Crash Course ( paid ) </ a > found this handbook on < a href = " https://www.freecodecamp.org/news/the-php-handbook/ " target = " _blank " > freeCodeCamp ( free ) </ a > and found out there will be a < a href = " https://phpforpeople.com/ " target = " _blank " > PHP for People </ a >
</ li >
< li >
2024-12-30 14:09:17 +00:00
need to brush up on CSS < a href = " https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flexbox-properties " target = " _blank " > flexbox </ a > or < a href = " https://css-tricks.com/snippets/css/complete-guide-grid/ " target = " _blank " > grid </ a > ? ( both free articles )
2024-12-30 09:13:47 +00:00
</ li >
< li >
want to learn how to run linux on a VPS ? there ' s a subreddit built in a course style for that < a href = " https://www.reddit.com/r/linuxupskillchallenge/ " target = " _blank " >/ r / linuxupskillchallenge </ a > ( free course , free - tier for free - credit cloud providers usually require a non pre - paid credit card on file )
</ li >
< li >
persoanlly , i want to learn pixel art one day . i found this interactive game on steam for a possible startig point < a href = " https://store.steampowered.com/app/2330360/Pixel_Art_Academy_Learn_Mode/ " target = " _blank " > Pixel Art Academy : Learn Mode ( paid ) </ a >
</ li >
2024-12-30 10:52:15 +00:00
< li >
maybe PHP isn ' t your thing , want to learn HTML , CSS , JS and either Ruby on Rails or Node JS ? You can use < a href = " https://www.theodinproject.com/ " target = " _blank " > The Odin Project ( free ) </ a > for that !
</ li >
2024-12-30 00:56:17 +00:00
</ ul >
2024-12-30 09:13:47 +00:00
< p >
i think that 's all i have for now that i want to do soon. when i get more things i' ll add them to the list ! & lt ; 3
</ p >
2025-01-11 02:14:34 +00:00
< p > back to the < a href = " #top " > top of the page </ a ></ p >
2024-12-30 00:56:17 +00:00
</ section >
</ main >
2025-01-11 02:14:34 +00:00
< ? php require_once ( $_SERVER [ 'DOCUMENT_ROOT' ] . '/includes/footer.php' ); ?>
2024-12-30 00:56:17 +00:00
</ body >
</ html >