Device | Viewport Size |
---|---|
iPhoneX | 375x812 |
Galaxy Note 10 | 412x869 |
iPhone 8 Plus | 414x736 |
Galaxy S9 Plus | 412x740 |
iPhone SE | 320x568 |
Pixel 3 XL | 412x846 |
Galaxy S7 | 360x640 |
iPad Mini | 768x1024 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emojis": [ | |
{"emoji": "👩👩👧👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""}, | |
{"emoji": "👩👩👧👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""}, | |
{"emoji": "👩👩👦👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""}, | |
{"emoji": "👨👩👧👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z |
rails new <project_name> -d postgresql --skip-turbolinks --skip-spring -T
-d postgresql
sets up the project to use PostgreSQL--skip-turbolinks
&--skip-spring
creates a project that does not use turbolinks or spring-T
skips the creation of the test directory and use ofTest::Unit
- In the Gemfile:
-
Event Day : 18th Sept, 2021 (Saturday)
-
Hashtags to be used: #sfd2021 #techsetu #nepal
Use the following image urls and content for the challenge.
- Tags:
div, h1, a, img, br, h3
- CSS Properties:
position, top, transform, display, text-align, padding, color, font-size, background-color, height, width
NOTE: The above tags and properties are used by author to create the challenge. You can use anything to create your own version.
- Sinatra Basics: https://www.youtube.com/watch?v=NMsjTtNRnYc
- Introduction to ActiveRecord: https://www.youtube.com/watch?v=Izfab7iD4kI
- ActiveRecord and Association: https://www.youtube.com/watch?v=I3Erv-R_HVA
- Sinatra MVC and Forms: https://www.youtube.com/watch?v=78RT2H8MNvc
- Sinatra CRUD: https://www.youtube.com/watch?v=SiWxCznSnuA
- User Authentication in Sinatra: https://www.youtube.com/watch?v=qCa7IwjWBLw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>First Web page created on Aug 6, 1991</title> | |
</head> | |
<body> | |
<h1>World Wide Web</h1> | |
<p> |
first | second | third |
---|---|---|
1. | name | foo |
1. | age | 15 |
This repository powers the website of the Nepal Online School(NOS).
Nepal Online School(NOS) is a non-profit digital learning platform working for free education in Nepal. With dedicated and hardworking mentors, we have created quality videos from academics to yoga.
-
New app
rails _5.2.4_ new actor-dialogues
-
cd actor-dialogues
-
rails s
and open http://localhost:3000 -
Create a dialogue scaffold
NewerOlder