Le Me
This is my website. It is still under development, so come back in a few days to check if it is ready.
If you really want to know something about me, I can tell you that my name is Stefano, and I'm from Italy ๐ฎ๐น.
I love programming and everything related to PCs and things that you can run code on. I am currently studying Computer Science at UniBo (almost finished) and I have some experience in various tech stacks/frameworks/languages. Some of these include:
- iOS programming: Swift, SwiftUI and a bit of Objective-C
- Web pages: Angular, Javascript, Typescript, CSS, HTML, a bit of Vue
- OS: C kernel programming, Python, Java, C++, C#
Speaking of something else, I also like videogames, movies, rock/metal music. Avid coffee drinker and lover of good food ๐.

You can find more info in my LinkedIn page or see my work in my Github profile. Follow me on Twitter @andri_step. If you want, don't hesitate to contact me: dev [[at]] srand [[dot]] it.
This is the CSS
used to show the separator under the navigation bar:
nav::after {
content: " ~ ";
display: inline-block;
margin: 0px 5%;
margin-top: $nav-sep-height;
height: 0.1rem;
width: 100%;
text-align: center;
font-size: 1.5rem;
font-family: $mono-font;
color: #ccc;
line-height: 0.2rem;
background-image: linear-gradient(to right, $content-bg-col, #ddd 15% 45%, $content-bg-col 45% 55%, #ddd 55% 85%, $content-bg-col);
}
Sometimes in this site you will see a paragraph like this:
This paragraph indicates that this text is important and you should carefully read and be sure you understood what is written here.
When I will quote someone elseโs words, when I report something taken from another source or when I want to emphasize some particular content, it will have this style:
This is the reported text with my custom styling. It can be used to highlight some content that could be not as crucial as the one that is contained in a paragraph with the style of the previous one.
Thank you for visiting my page! Have a nice day!