[RUBY] Easy way to create an original logo for your application (easy with your smartphone)

Easily create your personal app logo! (There is a description of Ruby)

Things necessary

Write as you like!

Pics art IMG_1429.jpg

Make the background transparent!

IMG_1430.jpg ⬇️ IMG_1431.jpg

When you're done, airdrop to your MacBook!

The point of creating a logo is to make the background transparent </ font> solid!

It's a good idea to name the file "logo.png " when you move it to your MacBook!

What to do with views

  • Create an "image" folder under assets and insert logo.png
  • Write to call image / logo.png in the view
  • Above (It is recommended to adjust the size with CSS or the view as it is)

app/assets/stylesheets/image/logo.png Like this (logo.png is just an example) eabfbf345316a6022418c3ef0c05b033.png

Next, the description that calls the image into the view

title


<div class="main-logo">
  <%= link_to image_tag("logo.png ", class:"main-icon"), "" %>
</div>

Only this!

The class name can be anything! Feel free to!

You can do it like this!

d544f6e1ab3bb430bf109362d561fe3c.png

Summary

If there are too many images, I think that it will be punctured if you do not use active storage or AWS, but it is overwhelmingly easier to store it directly in the image folder than to create an application individually. That's all for today's learning!

Recommended Posts

Easy way to create an original logo for your application (easy with your smartphone)
Easy way to create an implementation of java.util.stream.Stream
How to create an application
An easy way to cache method calls with Ruby's native extensions
Easy way to create JSP custom tags
Super easy way to use enum with JSP
[No need for Gem! !! HTML & CSS only] Easy way for beginners to create drop-down menus
[Azure] I tried to create a Java application for free ~ Connect with FTP ~ [Beginner]
Create an HTTPS file server for development with ring-jetty-adapter
[Rails] Create an application
Tutorial to create a blog with Rails for beginners Part 1
How to create an application server on an EC2 instance on AWS
What to do when you launch an application with rails
Sample to create GUI application with JavaFX + IntelliJ + Scene Builder
Tutorial to create a blog with Rails for beginners Part 2
Tutorial to create a blog with Rails for beginners Part 0
Easy to create Processing library
Deploy your application to WildFly
Create an app catalog site using CLI for Microsoft 365 with Docker
How to create your own Controller corresponding to / error with Spring Boot
Easy way to create a mapping class when using the API
I tried to make an Android application with MVC now (Java)
[For those who create portfolios] How to use binding.pry with Docker
# 1 [Beginner] Create a web application (website) with Eclipse from knowledge 0. "Let's build an environment for creating web applications"