correct paths in technology.php
This commit is contained in:
parent
ec45e66ebb
commit
bbcbdcb19c
|
@ -4,17 +4,17 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>technically emma</title>
|
<title>technically emma</title>
|
||||||
<link rel="icon" type="image/x-icon" href="../img/site/assets/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/img/site/assets/favicon.ico">
|
||||||
<link rel="stylesheet" href="../style/style.css">
|
<link rel="stylesheet" href="/style/style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
|
||||||
<?php include "../includes/nav.php" ?>
|
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?>
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<h1>technically emma</h1>
|
<h1>technically emma</h1>
|
||||||
<?php include "../includes/enlarge-image.php" ?>
|
<?php include "/includes/enlarge-image.php" ?>
|
||||||
<h3>early life and the spark</h3>
|
<h3>early life and the spark</h3>
|
||||||
<p>
|
<p>
|
||||||
technology, electronics in particular, was probably one of my first loves. as a child i was quite fond of taking apart anything i could, not yet knowing it would be smart to put it back together. as i entered gradeschool, a teacher would become quite important in my life. due to being legally blind, he would visit the school once per week, and make sure i was doing okay in school. he would do small assesments and we'd play games that would test common skills a child would have at that age. the thing i was obsessed with every time though, was the laptop he would bring. i would learn that it was an IBM ThinkPad T23. to say i was fascinated by this black square is an understatment. i was hooked by the idea of the computer, it was the device for someone that possesed curiousity like i did. this teacher caught on pretty quickly, and eventually would allow me some time each meeting to just look around on the computer, or make images in paint. trusting a little kid with your work pc is pretty impressive, but i think it really speaks to who this man was and what he meant to me as a whole
|
technology, electronics in particular, was probably one of my first loves. as a child i was quite fond of taking apart anything i could, not yet knowing it would be smart to put it back together. as i entered gradeschool, a teacher would become quite important in my life. due to being legally blind, he would visit the school once per week, and make sure i was doing okay in school. he would do small assesments and we'd play games that would test common skills a child would have at that age. the thing i was obsessed with every time though, was the laptop he would bring. i would learn that it was an IBM ThinkPad T23. to say i was fascinated by this black square is an understatment. i was hooked by the idea of the computer, it was the device for someone that possesed curiousity like i did. this teacher caught on pretty quickly, and eventually would allow me some time each meeting to just look around on the computer, or make images in paint. trusting a little kid with your work pc is pretty impressive, but i think it really speaks to who this man was and what he meant to me as a whole
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<div class="gallery">
|
<div class="gallery">
|
||||||
<img class="enlarge" src="../img/life/technology/powerbook.jpg" alt="an early example of an apple powerbook. the model is a 165c. it features a color screen, and had an operating system that supported color. the powerbook sits atop a desk with a floppy disk icon on the screen. a question mark appears and disappears within this floppy disk, suggesting no operating system can be found to boot from" height="300" width="300">
|
<img class="enlarge" src="/img/life/technology/powerbook.jpg" alt="an early example of an apple powerbook. the model is a 165c. it features a color screen, and had an operating system that supported color. the powerbook sits atop a desk with a floppy disk icon on the screen. a question mark appears and disappears within this floppy disk, suggesting no operating system can be found to boot from" height="300" width="300">
|
||||||
</div>
|
</div>
|
||||||
<figcaption class="gallery-text-left">
|
<figcaption class="gallery-text-left">
|
||||||
a powerbook 165c that i hung onto after purchasing on a whim off of eBay. i'm not particularly interest in retro computing, but the relatively untouched nature of this laptop combined with the price made me curious enough to purchase it. it will need a copy of mac os 7.1 installed. but all components function as they should
|
a powerbook 165c that i hung onto after purchasing on a whim off of eBay. i'm not particularly interest in retro computing, but the relatively untouched nature of this laptop combined with the price made me curious enough to purchase it. it will need a copy of mac os 7.1 installed. but all components function as they should
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<script src="../script/image-enlarger.js" defer></script>
|
<script src="/script/image-enlarger.js" defer></script>
|
||||||
<?php include "../includes/footer.php" ?>
|
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/footer.php'); ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue