Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BFACSS para Front-end
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blockchain
BFACSS para Front-end
Commits
c267697c
Commit
c267697c
authored
5 years ago
by
Otto Zaiser
Browse files
Options
Downloads
Patches
Plain Diff
Agregando menu al boilertemplate y agregando responsives
parent
9539feff
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
boilertemplate.html
+46
-9
46 additions, 9 deletions
boilertemplate.html
dist/css/main.css
+1
-1
1 addition, 1 deletion
dist/css/main.css
src/scss/general/_general.scss
+1
-0
1 addition, 0 deletions
src/scss/general/_general.scss
src/scss/general/_header.scss
+1
-1
1 addition, 1 deletion
src/scss/general/_header.scss
with
49 additions
and
11 deletions
boilertemplate.html
+
46
−
9
View file @
c267697c
...
...
@@ -19,14 +19,48 @@
<img
id=
"logo"
src=
"./dist/images/logo.svg"
alt=
"Blockchain Federal Argentina"
>
</a>
</div>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
"#navbar-collapse"
aria-expanded=
"true"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
</div>
<div
id=
"navbar-collapse"
class=
"navbar-collapse collapse"
>
<nav
role=
"navigation"
aria-labelledby=
"bfa-mainmenu"
>
<h2
class=
"sr-only"
id=
"bfa-mainmenu"
>
Navegación Principal
</h2>
<ul
class=
"menu nav navbar-nav navbar-right"
>
<li>
<a
href=
"/"
class=
"is-active"
>
Inicio
</a>
</li>
<li>
<a
href=
"#"
class=
"is-active"
>
Item
</a>
</li>
<li
class=
"expanded dropdown"
>
<a
href=
""
class=
"dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Submenu
<span
class=
"caret"
></span></a>
<ul
class=
"menu navbar-right dropdown-menu"
>
<li>
<a
href=
"#"
>
Subitem menu
</a>
</li>
<li>
<a
href=
"#"
>
Subitem menu
</a>
</li>
<li>
<a
href=
"#"
>
Subitem menu
</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</nav>
<div
class=
"diagonal-header"
></div>
<main
class=
"container"
id=
"main-content"
>
<!-- INSERT CONTENT HERE -->
</main>
<!-- FOOTER A DISCRECIÓN DEL DESARROLLO -->
<footer
role=
"contentinfo"
>
...
...
@@ -36,17 +70,21 @@
<div
class=
"region region-footer"
>
<section>
<h2>
Redes Sociales
</h2>
<div
class=
"field field--name-body field--type-text-with-summary field--label-hidden field--item"
>
<div
class=
"field field--name-body field--type-text-with-summary field--label-hidden field--item"
>
<ul>
<!-- No disponible por decisión de Comunicación.
<li><a href="https://www.facebook.com/bfa.ar" target="_blank"><i class="fab fa-facebook-f fa-2x"
aria-hidden="true"></i><span class="sr-only">Facebook</span></a></li> -->
<li><a
href=
"https://www.twitter.com/bfa_ar"
target=
"_blank"
><i
class=
"fab fa-twitter fa-2x"
aria-hidden=
"true"
></i><span
class=
"sr-only"
>
Twitter
</span></a></li>
<li><a
href=
"https://www.instagram.com/bfa_ar"
target=
"_blank"
><i
class=
"fab fa-instagram fa-2x"
aria-hidden=
"true"
></i><span
class=
"sr-only"
>
Instagram
</span></a></li>
<li><a
href=
"https://www.linkedin.com/company/bfar/"
target=
"_blank"
><i
class=
"fab fa-linkedin-in fa-2x"
aria-hidden=
"true"
></i><span
class=
"sr-only"
>
Linkedin
</span></a></li>
<li><a
href=
"https://www.twitter.com/bfa_ar"
target=
"_blank"
><i
class=
"fab fa-twitter fa-2x"
aria-hidden=
"true"
></i><span
class=
"sr-only"
>
Twitter
</span></a></li>
<li><a
href=
"https://www.instagram.com/bfa_ar"
target=
"_blank"
><i
class=
"fab fa-instagram fa-2x"
aria-hidden=
"true"
></i><span
class=
"sr-only"
>
Instagram
</span></a></li>
<li><a
href=
"https://www.linkedin.com/company/bfar/"
target=
"_blank"
><i
class=
"fab fa-linkedin-in fa-2x"
aria-hidden=
"true"
></i><span
class=
"sr-only"
>
Linkedin
</span></a></li>
</ul>
<p
class=
"font_small"
>
Blockchain Federal Argentina
</p>
</div>
...
...
@@ -60,5 +98,4 @@
<script
src=
"./dist/js/vendor.js"
></script>
<script
src=
"./dist/js/main.js"
></script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dist/css/main.css
+
1
−
1
View file @
c267697c
This diff is collapsed.
Click to expand it.
src/scss/general/_general.scss
+
1
−
0
View file @
c267697c
...
...
@@ -8,6 +8,7 @@ body {
line-height
:
1
.45
;
color
:
$tipo
;
margin-top
:
0
;
min-width
:
300px
;
}
.alert
{
display
:
none
;
...
...
This diff is collapsed.
Click to expand it.
src/scss/general/_header.scss
+
1
−
1
View file @
c267697c
...
...
@@ -238,7 +238,7 @@
}
.menu
{
margin-top
:
25px
;
//
margin-top: 25px;
}
@media
(
min-width
:
768px
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment