This does not define your future but don't mess this up. I'm fine. I have prepared the whole year for this. I will not put it to a waste. I know more than I think I do. I am calm, focused and composed and I am certainly not panicking. I did my best. God will do the rest. Your past self is proud of you. Your future self is counting on you. An exam is nothing but a test of your knowledge. You got dreams to chase, darling. Do not be scared of something which has no power to hurt you physically. You are so close to the victory. Don't you dare give up now. I am so damn proud of trying so hard. Don't stress. Do your best. Forget the rest. There's no way that I'm going back with something that I don't like. You can do this.
Hope this helps xD
Today wasn't bad but not too good either :")
Honestly I'm overthinking quite a lot because of the finals so much that i got a freaking headache.... Anxiety has been following me around all week, I don't even know how I'm gonna manage...
Today I:
Studied Accounts (2hr 15mins)
Studied Business studies (1hr)
Honestly nothing much but gosh, my major problem is studies plus teacher pressure and subtract your hobbies/interest multiply zero time and divide your health. Isn't the equation really good? T-T
I can do it... atleast i hope i can. Tomorrow i have school till 3, I'll be at home by 4: 30 and tomorrow is fully accounts in the evening so I'll be studying either economics or business studies in the morning... let's see.
Reminder
It's okay if you didn't achieve the things that you worked hard for.
It's also okay if you did.
It's okay if you feel like you didn't try harder.
It's also okay if you did.
No matter what people say, you did your best.
If you didn't achieve the goal that you said you would, people will say "She didn't try hard enough"
If you did achieve the goal, they would say "She sacrificed too much"
No matter what, people will talk
So, be gentle to yourself.
Today was kinda productive to be honest, i finished:
Four lessons in accounts
Completed a previous year question paper
Reviewed notes
It doesn't matter if someone you know has completed the whole material twice or thrice, what matters is how much of it you actually remember.
Sadly, our education system does not test how much we know, it only tests how many of the questions we can answer. So, the content you put in your answers matters more than what you know.
So, you're doing good, just don't stop and focus on your own progress. :)
Damn, I'm surprised how fast time is flying by... Honestly, today was alright. Managed to do a lot.
Today I:
Completed Economics (lesson 2 (Part 1-3) and lesson 5 (Part 1-2))
Completed business studies assignment
Submitted Computer project
Did some accounts sums
Completed English assignment
Tomorrow's to do list:
Complete Arabic assignment
Complete Economics (lesson 5 (Part 3) and 3 (Part 1-3))
Learn a few accounts theories
Assignment to complete:
Arabic
Computer
I also got my test results today, I'm pretty satisfied with most of them cause i managed to get above 80 in everything... So... Yeah.
I have no idea how I'm going to complete such a huge amount of syllabus in around 5-6 months. Gosh, I can't believe there's literally only 6 months left for my whole schooling to get completed!
I've been trying to focus on accounts and economics more because honestly, computers and business studies is a little bit easier this year. Just alittle.... at least for now T-T
And I haven't touched English and Arabic so I'm pretty scared. My second set of mid terms are at the end of the month but I'm still preparing the syllabus for the one's that i finished... I know it sounds stupid but in my opinion, my main goal right now is only to get amazingly terrific grades in my final exams so with that in mind, I'm... doing something else which i don't know what T-T
Today I completed:
Accounts chapter 5
Topics covered:
Distribution of profits, reserves and losses
Revaluation
Capital account
Revised accounts chapter 4
Introduction To HTML
[Note: You need a text editor to do this. You can use Notepad or Text Edit. But it's so much better to download VS Code / Visual Studio Code. Save it with an extension of .html]
HTML stands for Hyper Text Markup Language
It is used to create webpages/websites.
It has a bunch of tags within angular brackets <....>
There are opening and closing tags for every element.
Opening tags look like this <......>
Closing tags look like this
The HTML code is within HTML tags. ( // code)
Here's the basic HTML code:
<!DOCTYPE html> <html> <head> <title> My First Webpage </title> </head> <body> <h1> Hello World </h1> <p> Sometimes even I have no idea <br> what in the world I am doing </p> </body> </html>
Line By Line Explanation :
<!DOCTYPE html> : Tells the browser it's an HTML document.
<html> </html> : All code resides inside these brackets.
<head> </head> : The tags within these don't appear on the webpage. It provides the information about the webpage.
<title> </title> : The title of webpage (It's not seen on the webpage. It will be seen on the address bar)
<body> </body> : Everything that appears on the webpage lies within these tags.
<h1> </h1> : It's basically a heading tag. It's the biggest heading.
Heading Tags are from <h1> to <h6>. H1 are the biggest. H6 are the smallest.
<p> </p> : This is the paragraph tag and everything that you want to write goes between this.
<br> : This is used for line breaks. There is no closing tag for this.
-------
Now, we'll cover some <Meta> tags.
Meta tags = Notes to the browser and search engines.
They don’t appear on the page.
They reside within the head tag
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Website Description"> <meta name="Author" content="Your Name"> <meta name="keywords" content="Websites Keywords"> </head>
Line By Line Explanation:
<meta charset="UTF-8"> : Makes sure all letters, symbols, and emojis show correctly.
<meta name="viewport" content="width=device-width, initial-scale=1.0"> : Makes your site look good on phones and tablets.
<meta name="description" content="Website Description"> : Describes your page to Google and helps people find it.
<meta name="author" content="Your Name"> : Says who created the page.
<meta name="keywords" content="Website's Keywords"> : Adds a few words to help search engines understand your topic.
_____
This is my first post in this topic. I'll be focusing on the practical side more than the actual theory, really. You will just have some short bullet points for most of these posts. The first 10 posts would be fully HTML. I'll continue with CSS later. And by 20th post, we'll build the first website. So, I hope it will be helpful :)
If I keep a coding post spree for like 2 weeks, would anyone be interested? o-o
I'm damn anxious about tomorrow's exam, like... i haven't even revised half the stuff...
Reminder
Your sadness is valid.
Your frustration is valid.
Your pain is valid.
Your jealousy is valid.
Your hurt is valid.
Your disappointment is valid.
Your shame/guilt is valid.
Your regret is valid.
Your anxiety is valid.
Your happiness is valid.
Your enthusiasm is valid.
Your passion is valid.
Your love is valid.
Your emotions are valid.
No matter what your emotions are, they are valid. You are allowed to feel.
But that does not mean your reactions may be valid too. You cannot hurt other people because of your emotions. You are responsible for your reactions to emotions.
Responsibility does not dismiss your validity of feeling a particular emotion.
|| Isabelle || INFP-T || Study tips || Self improvement || Books ||
293 posts