You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.4 KiB

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Web Development</title>
<link rel="shortcut icon" href="/favicons/favicon-16x16.png">
<script type="module" src="webdevelopment1.js" defer></script>
<link href="/webdevelopment/styles/homepagestylesXP.css" rel="stylesheet">
<!-- <link href="/styles/styles.css" rel="stylesheet" type="text/css"> -->
</head>
<body >
<div class="grid">
<div class="header">
<h1>My Learning Website - Web Development</h1>
</div>
<div class="main">
<nav>
<a href="preply_javascript/preply_javascript.html">Preply JavaScript</a>
<a href="htmlessentialtraining/formattingtext.html"><button>HTML Essential Training</button></a>
<a href="introductiontocss/introductiontocss.html"><button>Introduction to CSS</button></a>
<a href="introductiontocss2022/introductiontocss2022.html"><button>Introduction to CSS 2022</button></a>
<a href="cssessentialtraining/introduction.html"><button>CSS Essential Training</button></a>
<a href="csslayouts/float.html"><button>CSS Layouts: From Float to Flexbox and Grid</button></a>
<a href="cssadvancedlayouts/core.html"><button>CSS Advanced Layouts - Grid</button></a>
<a href="learningreactjs/gettingstarted.html"><button>Learning ReactJS</button></a>
<a href="reactfullstacksite/frontend.html"><button>React: Creating and Hosting a Full-Stack Site</button></a>
<a href="gsfullstack/mark.html"><button>Getting Started in Full Stack Development</button></a>
<a href="learningrestapis/restapis.html"><button>Learning REST APIs</button></a>
<a href="introducingpostman/introduction.html"><button>Introducing Postman</button></a>
<a href="apachewebserveradmin/introduction.html"><button>Apache Web Server Admin</button></a>
<a href="linuxwebservices/servewebcontent.html"><button>Linux Web Services</button></a>
<a href="webdevelopmentIP.html"><button>Web Development Courses in Progress</button></a>
<a href="webdevelopmentlinks/webdevelopmentlinks.html"><button>Web Development Links</button></a>
<a href="javascriptfunctions/javascriptfunctions.html"><button>JavaScript Functions</button></a>
<a href="/"><button>HomePage</button></a>
</nav>
<div class="main-content">
<img src="/images/DSC_0371-1-3.jpg">
</div>
<div id="sidebar"></div>
</div>
<div class="footer">PHILIP OSZTROMOK 2025</div>
</div>
</body>
3 months ago
</html>