Affirmations I Use Before Entering My Exam Room/hall.

Affirmations I use before entering my exam room/hall.

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

More Posts from Study-diaries and Others

7 months ago

136 days left

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.


Tags
2 months ago

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.


Tags
1 year ago

✨ BEAUTIFUL PERSON AWARD! Once you are given this award you're supposed to paste it in the asks of 8 people who deserve it. If you break the chain nothing happens, but it's sweet to know someone thinks you're beautiful inside and out ✨

Hey! :)

Thanks <33

✨ BEAUTIFUL PERSON AWARD! Once You Are Given This Award You're Supposed To Paste It In The Asks Of

Tags
1 year ago

Point to remember :))

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. :)


Tags
9 months ago

120 days left

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.


Tags
9 months ago

08.08.2024

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!

08.08.2024
08.08.2024

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


Tags
3 weeks ago

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


Tags
1 month ago

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.


Tags
Loading...
End of content
No more pages to load
  • hactyx
    hactyx liked this · 9 months ago
  • princesxxse
    princesxxse liked this · 9 months ago
  • ghostlost30
    ghostlost30 liked this · 11 months ago
  • blackwitchmubina
    blackwitchmubina liked this · 11 months ago
  • saffronrouge
    saffronrouge liked this · 11 months ago
  • future-gonna-be-okay
    future-gonna-be-okay liked this · 11 months ago
  • xxgive-me-envyxx
    xxgive-me-envyxx liked this · 11 months ago
  • iamnotantifragile
    iamnotantifragile liked this · 11 months ago
  • yutlii
    yutlii liked this · 11 months ago
  • carmen-of-india
    carmen-of-india liked this · 11 months ago
  • lilacs15
    lilacs15 liked this · 11 months ago
  • venzellakage
    venzellakage liked this · 11 months ago
  • exploringtheinnerbeauty
    exploringtheinnerbeauty liked this · 11 months ago
  • laransk
    laransk liked this · 11 months ago
  • lemedstudent2021
    lemedstudent2021 reblogged this · 11 months ago
  • zatdummesmadchen
    zatdummesmadchen reblogged this · 11 months ago
  • lemedstudent2021
    lemedstudent2021 reblogged this · 11 months ago
  • lemedstudent2021
    lemedstudent2021 liked this · 11 months ago
  • 6fterparty
    6fterparty liked this · 11 months ago
  • fallenkingofthewind
    fallenkingofthewind liked this · 11 months ago
  • ev3lynn101
    ev3lynn101 liked this · 11 months ago
  • alexis0697
    alexis0697 liked this · 11 months ago
  • soyluuuis
    soyluuuis liked this · 11 months ago
  • ghostie-jakxy-gray
    ghostie-jakxy-gray liked this · 11 months ago
  • tale-collection-blog-blog
    tale-collection-blog-blog reblogged this · 11 months ago
  • tale-collection-blog-blog
    tale-collection-blog-blog liked this · 11 months ago
  • dreamdear
    dreamdear reblogged this · 11 months ago
  • starbbyy
    starbbyy liked this · 11 months ago
  • secretnovelliteraturenerd
    secretnovelliteraturenerd liked this · 11 months ago
  • dearmemoirs
    dearmemoirs reblogged this · 11 months ago
  • zatdummesmadchen
    zatdummesmadchen reblogged this · 11 months ago
  • mhtcha
    mhtcha reblogged this · 1 year ago
  • mhtcha
    mhtcha liked this · 1 year ago
  • soffiashifting
    soffiashifting reblogged this · 1 year ago
  • soffiashifting
    soffiashifting liked this · 1 year ago
  • fai4ry
    fai4ry liked this · 1 year ago
  • lasmokingbunny
    lasmokingbunny liked this · 1 year ago
study-diaries - The right way isn't the only way
The right way isn't the only way

|| Isabelle || INFP-T || Study tips || Self improvement || Books ||

293 posts

Explore Tumblr Blog
Search Through Tumblr Tags