<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Maya Gershovitz</title>
    <description>The latest articles on DEV Community by Maya Gershovitz (@mgershovitz).</description>
    <link>https://dev.to/mgershovitz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F443939%2Fa68b5161-2362-4002-82f4-3feb4fb87aa2.png</url>
      <title>DEV Community: Maya Gershovitz</title>
      <link>https://dev.to/mgershovitz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mgershovitz"/>
    <language>en</language>
    <item>
      <title>Make your Github profile into your calling card</title>
      <dc:creator>Maya Gershovitz</dc:creator>
      <pubDate>Fri, 23 Oct 2020 06:43:01 +0000</pubDate>
      <link>https://dev.to/mgershovitz/make-your-github-profile-into-your-calling-card-3laj</link>
      <guid>https://dev.to/mgershovitz/make-your-github-profile-into-your-calling-card-3laj</guid>
      <description>&lt;p&gt;In recent years, it has become increasingly common for programmers to attach a &lt;a href="https://www.howtogeek.com/180167/htg-explains-what-is-github-and-what-do-geeks-use-it-for/" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; profile to their resume. Using GitHub as a portfolio is especially significant for Junior developers (as most of them would &lt;a href="https://careerkarma.com/blog/building-a-github-portfolio/" rel="noopener noreferrer"&gt;tell&lt;/a&gt; you). But it’s not just for Juniors - many experienced developers also cultivate an active GitHub profile filled with personal projects, open-source contributions, etc.&lt;/p&gt;

&lt;p&gt;Indeed, GitHub is a great place to store your work and keep track of code versions. Having said that, it was clearly never designed to be used as a portfolio. Git is a tool, and GitHub provides all of Git's functionality, as well as many other convenient options. However, like many other work tools, it is not welcoming to visitors who have come to view your profile.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5h4pm4hl21gdo5axuo40.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5h4pm4hl21gdo5axuo40.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;b&gt;Sorry, Octocat, it's not personal!&lt;/b&gt;



&lt;p&gt;A few months ago, GitHub released the &lt;a href="https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme" rel="noopener noreferrer"&gt;Profile-Level README&lt;/a&gt;: a new feature that should help make a GitHub profile more beautiful and friendly. I found out about this ingenious feature on &lt;a href="https://twitter.com/waterproofheart/status/1281928692634189824" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt; back in July. And here, a hop, skip, jump, and one global pandemic later, I got around to creating my own profile README.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;b&gt;What is a Profile-Level README?&lt;/b&gt;
&lt;/h2&gt;

&lt;p&gt;README files are basically description files written in &lt;a href="https://en.wikipedia.org/wiki/Markdown" rel="noopener noreferrer"&gt;Markdown&lt;/a&gt;, which is a language for creating lively web pages from simple text files. It is customary to add such files to Git projects, in which you can explain and give important context to anyone who uses or contributes to the project. &lt;br&gt;
A Profile README file is one that can be uploaded to your GitHub to explain and give important context about yourself.&lt;/p&gt;

&lt;p&gt;In practice, this feature allows us to create a README file that will become the new home page of our GitHub.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;b&gt; How can you use a Profile-Level README?&lt;/b&gt;
&lt;/h2&gt;

&lt;p&gt;The purpose of such a homepage, in my opinion, is to direct visitors who reach your GitHub profile to where you want them to go.&lt;/p&gt;

&lt;p&gt;For example, if you are looking for a job and have uploaded some projects to your GitHub, you can create a profile page where you will write that you are actively looking for a new position, detail a bit about the roles you have filled in the past and the technologies you’ve worked with, and provide a link to the project you are most proud of. Those who are interested will, of course, be able to reach other projects, but you’ll want them to start with the highlights.&lt;/p&gt;

&lt;p&gt;Here's an example of a style that I liked:&lt;br&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fcoderjojo%2Fcreative-profile-readme%2Fmaster%2FEXAMPLES%2FChegeBryan.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fcoderjojo%2Fcreative-profile-readme%2Fmaster%2FEXAMPLES%2FChegeBryan.png"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Alternatively, if you do not have one specific project you want to promote, and instead want to show that you have contributed to open source projects, you can add links to them as in this example:&lt;br&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fcoderjojo%2Fcreative-profile-readme%2Fmaster%2FEXAMPLES%2Fjayehernandez.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fcoderjojo%2Fcreative-profile-readme%2Fmaster%2FEXAMPLES%2Fjayehernandez.png"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;From what I have seen, a lot of developers use their GitHub profile as a kind of LinkedIn with a technical focus. Projects details, programming languages, new fields they are currently learning about, and of course, prominent links to their Twitter, a professional blog, YouTube channel, or any other technical content they create.&lt;/p&gt;

&lt;p&gt;In this GitHub repo, you can see many examples of GitHub profile pages and get ideas: &lt;a href="https://github.com/coderjojo/creative-profile-readme" rel="noopener noreferrer"&gt;https://github.com/coderjojo/creative-profile-readme&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;To illustrate how much of a difference this change makes, I want to show you my own personal GitHub, before and after creating a profile page.&lt;/p&gt;

&lt;p&gt;On the old page, you can see some projects, personal details, and some statistics.  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fj0rg6rjx1vmln8socvun.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fj0rg6rjx1vmln8socvun.png" alt="Alt Text"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;On the new page, you can see my silly sense of humor, where I work, two blog references, and a nice project I did (with a GIF!). There is no doubt the new page looks better and is also a more accurate representation of me, both personally and professionally.  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F77mnbockc9yqipabgwb1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F77mnbockc9yqipabgwb1.png" alt="Alt Text"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;In the meantime, I have created a minimal design on my page with some links and icons, but if you browse the internet, you will see that people have done some truly crazy designs, which are very eye-catching. Anything that will help you stand out is excellent.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;b&gt;How to create a Profile-Level README?&lt;/b&gt;
&lt;/h2&gt;

&lt;p&gt;It's super simple! Go to your GitHub, and create a new repo with the exact same name as your username. When you're done, you'll see this nice message from GITHUB:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F57iig8bwhlrizek6vfg0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F57iig8bwhlrizek6vfg0.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, you can edit the README file created in the repo using Markdown. This README file would be the homepage of your GITHUB profile. There are many Markdown &lt;a href="https://guides.github.com/features/mastering-markdown/" rel="noopener noreferrer"&gt;guides&lt;/a&gt; online that will help you create headlines, insert images and GIFs, or anything else (note that it is not possible to insert scripts on these pages). Intellij, the editor I use, has a plugin for previewing Markdown files. If you use an editor that does not have a suitable plugin, you can design your profile with the help of dedicated sites that do the same.&lt;/p&gt;

&lt;p&gt;One crucial note to remember is that any change you make to your README file immediately becomes part of your profile page, so you should only &lt;a href="https://www.datacamp.com/community/tutorials/git-push-pull" rel="noopener noreferrer"&gt;push&lt;/a&gt; to Git when you like the result.&lt;/p&gt;

&lt;p&gt;Ok, now go ahead, get creative, make beautiful GitHub pages, and don't forget to share your creations!&lt;/p&gt;

</description>
      <category>github</category>
      <category>motivation</category>
      <category>markdown</category>
      <category>portfolio</category>
    </item>
    <item>
      <title>CSS art or: How, at 32, I finally learned how to draw</title>
      <dc:creator>Maya Gershovitz</dc:creator>
      <pubDate>Thu, 30 Jul 2020 20:22:39 +0000</pubDate>
      <link>https://dev.to/mgershovitz/css-art-or-how-at-32-i-finally-learned-how-to-draw-oba</link>
      <guid>https://dev.to/mgershovitz/css-art-or-how-at-32-i-finally-learned-how-to-draw-oba</guid>
      <description>&lt;p&gt;I want to open this article with a confession. My name is Maya, I'm 32 years old, and I can't draw. At all.&lt;/p&gt;

&lt;p&gt;Fun fact: I'm so bad at drawing that at the beginning of the COVID-19 lockdown, when everyone was playing Draw Something, I started a dedicated channel in the office Slack for sharing my shockingly-bad paintings, all for the purpose of raising morale. In other words, "We may be housebound, but at least we can draw a house."&lt;/p&gt;

&lt;p&gt;All in all, I felt just fine with this particular flaw. We all have our strengths and weaknesses, and I have no complaints about mine. But then I discovered CSS art.&lt;/p&gt;

&lt;p&gt;CSS art is the art of drawing on an HTML page using colored boxes. It has been around for years, So I don't know why I only just discovered it! From the moment it happened, however, I started seeing CSS paintings everywhere. On &lt;a href="https://twitter.com/i/status/1040638809770143744" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt;, &lt;a href="https://www.facebook.com/miporagi/posts/10217354703675253" rel="noopener noreferrer"&gt;Facebook&lt;/a&gt;, and everywhere in between, I saw cute, impressive, sophisticated, and sometimes just plain silly drawings.&lt;/p&gt;

&lt;p&gt;The reason I got so excited about CSS art was that in addition to being beautiful, it spoke my language -- code. When all I have in my hand is a pen and paper, I know nothing good will come of it. But when I can use code, I know I can make amazing things. A painting that can be coded sounded promising.&lt;/p&gt;

&lt;p&gt;So, I decided to look into the subject. Was it possible? Would CSS art allow me to make something cute that I can look at proudly, knowing I created it (other than my son, of course)?&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F8xi5hv3cf8y928xk1x2z.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F8xi5hv3cf8y928xk1x2z.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;b&gt;Ready to explore!&lt;/b&gt;



&lt;h6&gt;
  
  
  &lt;span&gt;Photo by &lt;a href="https://unsplash.com/@katya?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Katya Austin&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/no-fear-funny?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText" rel="noopener noreferrer"&gt;Unsplash&lt;/a&gt;&lt;/span&gt;
&lt;/h6&gt;

&lt;p&gt;It’s worth mentioning that my personal history with CSS is a bit complicated. I’m a BackEnd developer, and I am not particularly artistic. So, even when I do write a front-end feature, I always leave the design part to someone else. A few years ago, a friend who is an amazing frontend developer took pity on me and made me a cheat sheet. It was a collection of basic explanations about the different elements of CSS and how they relate to each other. That was the first step toward becoming a little less afraid of CSS.&lt;/p&gt;

&lt;p&gt;Two years ago, my friend &lt;a href="http://daniellakh.com/raindrops" rel="noopener noreferrer"&gt;Daniella&lt;/a&gt; and I built a WordPress site for a nonprofit organization. When we started dividing the work between us, I aimed to avoid any CSS work, as usual, and leave the job for the real expert. Luckily, Daniella convinced me this would be a great opportunity to experiment and learn more. I can't say I became a CSS master by the end of the project, but I definitely learned to enjoy the web page design process, which included moving elements, playing with colors, and obsessing over precision, distances, and margins.&lt;br&gt;
Thanks to that project, when I decided to create a blog for myself, I chose to do so on the WordPress platform. I wanted to control the look of my blog and be able to change its design as I saw fit. And indeed, it’s an ability of which I take advantage frequently.&lt;/p&gt;

&lt;p&gt;To sum it up, my knowledge of CSS is basic, but I'm not afraid of it anymore. In my experience, this is all it takes to start using new technology.&lt;/p&gt;

&lt;h2&gt;
  
  
  So, how do you get started?
&lt;/h2&gt;

&lt;p&gt;One evening, I sat down at my computer and looked for a beginner's guide to help me into the world of CSS art. After a bit of searching, I found &lt;a href="https://algoritmim.co.il/resource/css-art-beginners-class/" rel="noopener noreferrer"&gt;this&lt;/a&gt; course. I only did the first lesson, but I was impressed with it. This is a light hatred and friendly course, and it’s suitable for complete novices.&lt;/p&gt;

&lt;p&gt;I started watching the tutorial video, and at the same time, created a new &lt;a href="https://codepen.io/" rel="noopener noreferrer"&gt;codepen&lt;/a&gt; project and started to work on my own drawing. The tutorial in the video uses a basic drawing of a panda as a demonstration. Since I wanted to create something unique, I chose to draw something else. After a quick mental search of all the cute animals I knew, I chose to do a penguin because its symmetry seemed the easiest to reproduce. I worked through the first lesson and did my &lt;a href="https://codepen.io/mgershovitz/pen/gOaVVBe" rel="noopener noreferrer"&gt;painting&lt;/a&gt; in about two hours. At the end of the evening, I finished creating the sweet penguin found in the main photo of this post.&lt;/p&gt;

&lt;p&gt;The work on the drawing was super fun and exceptionally satisfying. One of the hardest aspects of being a backend developer is that my work doesn’t include immediate feedback. Frontend developers can see tabs and graphs come to life in front of their very eyes. In contrast, backend developers have to settle for knowing the app is extracting information a little differently now or working faster than before. Don't get me wrong, I love my work. I think it’s the best job in the world, but sometimes you just want to write a few lines of code and get a cute penguin in return.&lt;/p&gt;

&lt;p&gt;Another amazing element of working on the drawing was to see how moving a few pixels right and left affects the expression of my penguin. A small change in the proportions of the eyes relative to the body turns him from an innocent penguin into an evil monster. Creating CSS art allows you to move elements around and play with proportions until everything falls into place. Plus, you can do this without deletions, without keeping track of multiple layers and without really knowing what you're doing. It's fun.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fmu3a5yw4n5q0fhbafl7l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fmu3a5yw4n5q0fhbafl7l.png" title="Penguins with variations" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
This little penguin wants to be your friend.&lt;br&gt; This little penguin is up to no good.&lt;br&gt; This little penguin doesn't know &lt;b&gt;what's&lt;/b&gt; going on.&lt;br&gt; This little penguin is not even sure he's a penguin.



&lt;h2&gt;
  
  
  So, did I convince you that CSS art is worth getting into?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  If so, here are the main lessons I’ve learned:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Pay attention to the correct placement of elements inside each other, in a way that makes it easy for you to change all related objects at once. 
For example, in the case of the penguin, the white pupils are elements within the black eyes, so they change in relation to them. When the eyes move, they move with them. It greatly simplifies the creation process, saving you from changing a million elements at a time.&lt;/li&gt;
&lt;li&gt;Do not obsess over getting every detail just right. It is best to push forward, leaving the final adjustments of the proportions and colors until the end when you’ve got the full picture. At that point, it's much easier to understand what works and what doesn't.&lt;/li&gt;
&lt;li&gt;All elements in your CSS picture are square or circles. If you see something that looks more complex than that, it's a sign that it combines a few elements. You should think about the basic shapes you want to use in advance and understand how complex they are. For example, my penguin's face looks a bit like a heart. Ambition is good, but you should determine in advance how ambitious the project you chose will be.&lt;/li&gt;
&lt;li&gt;Just get started and don't be afraid. It's fun and easier than it looks!&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  And for a cherry on top, here’s an idea for a project.
&lt;/h2&gt;

&lt;p&gt;A few days after I created my penguin, I felt like challenging myself with something a bit more complex. To do this, I chose the beautiful logo of my company: &lt;a href="https://www.bigpanda.io/" rel="noopener noreferrer"&gt;BigPanda&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Working on the logo was significantly more difficult than creating my penguin. The shape of the panda's face is a nine-sided polygon. To build the polygon, I had to combine two triangles and three trapezoids, all created using border manipulation. In retrospect, I discovered there was a much simpler way to create the shape I needed. Despite this, I am glad I did it the hard way, as it allowed me to learn and improve my skills.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi1.wp.com%2Falgoritmim.co.il%2Fwp-content%2Fuploads%2F2020%2F06%2FScreen-Shot-2020-06-03-at-13.58.24.png%3Fw%3D846%26ssl%3D1" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi1.wp.com%2Falgoritmim.co.il%2Fwp-content%2Fuploads%2F2020%2F06%2FScreen-Shot-2020-06-03-at-13.58.24.png%3Fw%3D846%26ssl%3D1"&gt;&lt;/a&gt;&lt;/p&gt;
My Pure CSS BigPanda Logo

 

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi1.wp.com%2Falgoritmim.co.il%2Fwp-content%2Fuploads%2F2020%2F06%2Fbigpanda.png%3Fw%3D1680%26ssl%3D1" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi1.wp.com%2Falgoritmim.co.il%2Fwp-content%2Fuploads%2F2020%2F06%2Fbigpanda.png%3Fw%3D1680%26ssl%3D1"&gt;&lt;/a&gt;&lt;/p&gt;
Official BigPanda Logo



&lt;p&gt;When I finished, I thought the final result was beautiful and decided to share it in our office Slack channel (I have the loveliest, most supportive team in the world, so why not enjoy it?).&lt;br&gt;
When Gal, one of my teammates, saw the logo I made, he led me to two very shocking revelations.&lt;/p&gt;

&lt;p&gt;First, there is a feature in CSS called clip-path. Using clip-path allows you to create a huge variety of shapes in CSS, which would have saved me about two hours of work. Gal recommended &lt;a href="https://bennettfeely.com/clippy/" rel="noopener noreferrer"&gt;this&lt;/a&gt; site he uses for creating clip paths, and I will definitely use it for my next project.&lt;/p&gt;

&lt;p&gt;*After checking again, I discovered the clip-path explanation in fact appeared in the last few minutes of the lesson I linked above, and I missed it. Oops! Another important tip is to complete lessons if you want to get all the information.&lt;/p&gt;

&lt;p&gt;Secondly, there is a &lt;a href="https://github.com/outbrain/tech-companies-logos-in-css" rel="noopener noreferrer"&gt;repo&lt;/a&gt; of company logos created with pure CSS in GitHub. I think it's a really cool idea. I love it when people create projects that encourage others to be more creative, in turn.&lt;/p&gt;

&lt;p&gt;I encourage anyone looking for an idea for an interesting CSS art project to create her company logo and put it in the repo, as there are so many other companies not represented there!&lt;/p&gt;

&lt;p&gt;Good luck to everyone, go forth and create!&lt;/p&gt;

&lt;h5&gt;
  
  
  This post was originally published in my tech blog (Hebrew)!
&lt;/h5&gt;

&lt;p&gt;Read it at &lt;a href="https://algoritmim.co.il/2020/06/07/learning-to-draw-with-css-art/" rel="noopener noreferrer"&gt;https://algoritmim.co.il/2020/06/07/learning-to-draw-with-css-art/&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>css</category>
      <category>codepen</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
