-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrails.html
68 lines (43 loc) · 2.75 KB
/
rails.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!--enumberable-methods -->
<!Doctype html>
<html>
<head>
<title>Week Blogs</title>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link rel="stylesheet" type="text/css" href="stylesheets/blog.css">
</head>
<body>
<!--Logo-->
<img class= "hero-icon"src=http://www.getranked.com.my/wp-content/uploads/2013/01/Sprout_Icon_Clear_BG_Large.png>
<font><a class="title" href=http://mikecerrone.github.io/blog-index.html> Mike's Blog </a></font>
<!--Nav-bar-->
<div class ="nav-bar">
<font> <a class="header" href="http://mikecerrone.github.io/">Home</a></font>
<font><a class="header" href="#">About</a></font>
<font><a class="header" href="#">Contact</a></font>
</div>
<!--nav-bar-end-->
<!--BLOG-POST START-->
<hr>
<h1> What is Rails </h1>
<h2>A Quick discription of Ruby on Rails </h2>
<h3>October 8th 2015</h3>
<div class="part2">
<p> </p>
<img src= "https://cdn.codementor.io/assets/topic/category_header/ruby-on-rails.png">
</div>
<hr>
<div class="part2">
<p>Rails is a software library that extends the Ruby programming language. It's code that is added to Ruby. Technically, it is a package library (called, a RubyGem), that is installed using the command-line.</p>
<p>Rails is a framework for building websites quickly and efficiently. As such, Rails establishes conventions for easier collaboration and maintenance. These conventions are organized in the Rails API. Learning Rails means learning how to use the Rails conventions and its API.</p>
<p>Rails combines the Ruby programming language with HTML, CSS, and JavaScript to create a web application that runs on a web server. Because it runs on a web server, Rails is considered a server-side, or “back end,” web application development platform (the web browser is the “front end”).</p>
<p>Rails is popular among web startups, significantly because the pool of open source software libraries (“gems”) makes it possible to build complex sites quickly.</p>
</div>
</body>
<div class= "footer-bar">
<font class= "footer" ><a href= https://www.linkedin.com/in/mikecerrone> <img class="icon" src=https://billing.cemc.com/oscp/Portals/0/Linkedin%20icon.png></a> </a></font>
<font class= "footer" ><a href= https://github.com/mikecerrone><img class="icon" src=http://uxrepo.com/static/icon-sets/zocial/svg/github-circled.svg></a> </a></font></a></font>
<font class= "footer" ><a href= https://twitter.com/mikecerrone><img class="icon" src=http://cdn.business2community.com/wp-content/uploads/2015/07/Twitter-icon.png.png></a> </a></font></a></font>
<font class= "footer" ><a href= https://www.facebook.com/mikecerrone><img class="icon" src=https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/2000px-F_icon.svg.png></a> </a></font></a></font>
</div>
</html>