ashs-reverie
ashs-reverie
ambition & strong coffee
520 posts
she/her | studyblr
Don't wanna be here? Send us removal request.
ashs-reverie · 13 days ago
Text
Tumblr media Tumblr media
12.02.2021
got some new tombow pens yesterday and wanted to try one out so i switched up the normal grey to a green :)
4K notes · View notes
ashs-reverie · 16 days ago
Text
Tumblr media Tumblr media
8.6.25 (5/100 days of productivity)
final physics exam tomorrow & it’s 4 hours idk if i can lock in for that long
28 notes · View notes
ashs-reverie · 18 days ago
Text
Reviewing (once again… honestly I'm kinda tired) Embryology
Tumblr media
My notes are so messy, but I don't have the time to write neatly right now.
I'm giving a fast review on every topic of this exam, hoping this will be the good time I’ll pass it.
Good study!!💕✨💕
22 notes · View notes
ashs-reverie · 1 month ago
Text
Tumblr media Tumblr media
03.05.2025 // 14/30: Lost my motivation a bit after the weekend (still kept going though). I now have enough ideas for two of my exams but there is still a lot of reading to do, so I won't present them right away.
192 notes · View notes
ashs-reverie · 1 month ago
Text
Tumblr media
Day 11/100
Went back to working on chapter 3 during the morning, trying to prep the next writing session. Then I marked some papers and finished a set before finalising some PhD pages to be sent to my supervisor. Two sets of pages sent in about a week has to be a personal record!
Fresh fruits and homemade cookies for comfort. Celine's study with me for company.
115 notes · View notes
ashs-reverie · 1 month ago
Text
Tumblr media
woke up early to bake banana bread muffins and journal
532 notes · View notes
ashs-reverie · 1 month ago
Photo
Tumblr media
2K notes · View notes
ashs-reverie · 1 month ago
Text
Tumblr media Tumblr media
Im in the thesis phase where i just need to push through but keep my mind at bay - anxiety is through the roof these days 🥲
305 notes · View notes
ashs-reverie · 1 month ago
Text
It's better to work for it and fail than not try at all.
Because yes, you may see people who work less than you, who don't get up early in the morning and get work done, who don't have equal passion towards their ambition and yet they succeed. They make it to the top. And I just want to say, It is totally okay.
Your feelings are valid. Your jealousy is valid. Your emotions are valid. But that does not mean your reactions may be valid too. You cannot be angry at them for it. But you can learn from your mistakes and be better.
120 notes · View notes
ashs-reverie · 1 month ago
Text
A reminder that being an introvert isn't a negative trait. And I think people should get that in their head.
52 notes · View notes
ashs-reverie · 1 month ago
Text
Tumblr media Tumblr media
T-1 day until my physics II final and the last exam of my undergraduate degree! 🎀
241 notes · View notes
ashs-reverie · 1 month ago
Text
Tumblr media
i love finding different sources and pages for what i'm studying because it makes me feel like i am investigating something. also, green notes.
226 notes · View notes
ashs-reverie · 1 month ago
Text
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
104 notes · View notes
ashs-reverie · 1 month ago
Text
Tumblr media Tumblr media Tumblr media
03.05.25 || excuse my laptop
I couldn't use my laptop for a while, because the charger didn't work and as I opened it in the library today, I was shocked to see how much dust it had collected in just a few days. Definitely unlocked a new level of shame there. I often look like a caveman that someone has locked in a library, but I am quite particular about my objects being well kept.
to do today:
case study group (I give up)
go through EU law schemes
go through international law schemes
All the Best
AJ
75 notes · View notes
ashs-reverie · 1 month ago
Text
Tumblr media Tumblr media
5/5/25🫐🫐
I passed the class that had me genuinely fearing for my GPA with a B+😭 now I just have one more final and I am done for the year! Next year is my senior year and I’m so excited to finally be done with undergrad!!
Update: made a 99 on the final :3 now onto GRE prep😭
292 notes · View notes
ashs-reverie · 1 month ago
Text
✦ 11. 5. 25 ✦📓✦ Sunday ✦ 21 days until exams
Tumblr media Tumblr media
I lied. So far this month I have gotten home past 12pm more times that I have sat down and actually studied math. All my friends bdays are in may somehow?? It's also like one critical hit after another because I got my period too and that means I'm fucking physically incapable of anything than lying in bed today. But the whole week was wild; a quick recap:
(feel like) I slayed my last ever history exam!!
did a crazy 9 hour one-shot session from 15-24 for my last big art assignment (it was a styrofoam head) witth little to no breaks on thursday
We have a graduationg class end of year art exhibition at our school, where we can pin up/ show everything we (art class) has done in school and seperately - oh it was so much work to sort/find/ pin everything up but so worth it!!! (I have a whole table and board <3)
2 bday paties on the weekend
So to be real I did 0, I repeat ZEROOOO exam prep work. I have exactly 3 weeks. I'm chilling but also not - what I want to say is that it's unfortunate that life doesn't stop for exams and it's bullshit (for me) to spend every second studying. That said my hypicrite ass WILL try to do that though <3
And the photos is my life journal that I filled now and the first page of my new one (it's inspired by Itzy's new trailer!!) I normally don't put that much effort into it, but I had like an urge to do a very kitschy girly theme
My study plan is freestyle rn and that should change :)
44 notes · View notes
ashs-reverie · 2 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
my cat has arrived to wish you luck on exams! you can do it :)
102 notes · View notes