Of course, these are only what my preferences are for.... its cool if you like them and its cool if you dont. There are no wrong answers.
Today I have a few more images I really like I wanted to share. :) Of course, these are only what my preferences are for.... its cool if you like them and its cool if you dont. There are no wrong answers. I really like the large loft window here. I also like the loft storage a lot , The attached ladder is a great use of space here. I also like the couch on the side but the pillows seem a little excessive. I wonder if the couch can turn into a larger bed? Oh my goodness. i think they put the door to the house under the stairs. I have looked through like 600+ houses and this is the first time I saw something like this... I dont think it will work with my plan but its very original! Although I do not want a washing machine in my house, I hope to do something like this for the fridge and freezer. I am hoping for a much smaller unit than the one in this image and I want the stairs to go the whole way up to the loft for maximum stability and storage underneath. Still, I really like the concept!
0 Comments
I recently ran across this gem and its a quite beautiful perspective... yay for code and the people who write it :)
You are all great! This post was originally published as Day 1 of Code X HTML/CSS.
Hi everyone! This is the Day 1 material for the website project, which teaches HTML and CSS. First off, if you haven't read my welcome email, do that! Second, you'll want to download Notepad++ if you have Windows and download Brackets if you have iOS. If you're unable to download anything, you can use a virtual text editor here, but you won't be able to build an actual live, working website. Once you've downloaded the editor, you can open it up and create a new document. In this document you'll be typing up your HTML. Here's a super-basic one you can type in: <!DOCTYPE html> <html> <head> <title>Hello World</title> </head> <body> </html> Whew! Okay, let's break that down: The words surrounded by angle brackets, like <title> are tags. Elements are the words themselves, like "head". <!DOCTYPE html> indicates that the document is written in HTML. <html> is the root element of an HTML page, which means it encompasses all the other elements. <head> element has meta information--essentially information about the information. <title> specifies a title. <body> has the visible page content. You might've noticed that each tag comes in a pair. <elementname>, the opening tag, must be paired with an </elementname>, the closing tag. Try writing something in the body! Use <p> for paragraphs, <h1> for headings. (Hint: if you want to experiment with different heading sizes, try h2!) Once you're done, make sure to save your work. When you're saving, name your document FirstProject.html. The .html will ensure that your file is read as an HTML file. You can view your project in your browser, too! Just go to the folder where you saved the file and click on the file--it should open up in your default web browser. Text formatting is also available. Surrounding your words with <b> will make them bold, while <i> italicizes and <small> shrinks. We'll talk more about fonts and colors later. If you have any troubles with a project, please don't hesitate to post about it in the Facebook group! In all likelihood, someone else is having the same issue. Thanks, Rona kimberlystudies:
College is an exciting adventure — you’re moving away from home, meeting new people, and finally getting a true taste of independence (and lots of Easy Mac). For four years, you’ll be cramming a ton of knowledge — both academic and otherwise — into your head. In your eagerness to start this new chapter, make sure to keep in mind some important tips to making the most of your experience, which, in turn, will help you learn lessons that will last a lifetime.
Note: I didnt click all the links but am trusting that they are valuable. Let me know if any of them are suspicious. I dont nessessarily agree with everything they say. |
Meet KateBryn Mawr '21!!! Button:
Archives
March 2022
Sponsors:Fine Print:
|