Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Cambio personalizado #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# galeria
Udacity Gallery app for student use on Deploying Applications with Heroku course.
2 changes: 1 addition & 1 deletion views/layout.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Udacity Gallery</title>
<title>Udacity Gallery by Tomaxsys</title>
<link href="<%= url('/style.css') %>" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion views/partials/header.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- page header -->
<div id="header">
<div id="title">
Udacity Gallery
Udacity Gallery by Tomaxsys
</div>
</div>