Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
#22
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicky Lopez authored and Vicky Lopez committed Apr 7, 2017
1 parent 68df1f4 commit 521ccc2
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 12 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
43 changes: 31 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,24 @@
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#67a5ba">
<meta name="theme-color" content="#ffffff">
<title>Blue Alba - Innovative Technology for the Financial Industry</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="description" content="At Blue Alba we combine our extensive experience in financial industry software development with our knowledge of the latest and greatest technologies to deliver the best solutions at all stages of the development lifecycle. Thanks to our lean approach and agile processes you get the best return for your investment, avoiding unnecessary overhead without sacrificing quality. Our state-of-the-art architectural approach leverages the latest tendencies and tools in the software industry to guarantee your systems are secure, maintainable and robust. Blue Alba's goal is to bring financial industry to the vanguard of software, while understanding the demanding and sensitive environment it operates in.">
<meta name="description" content="At Blue Alba we combine our extensive experience in financial industry software development with our knowledge of the latest and greatest technologies to deliver the best solutions at all stages of the development lifecycle.">
<meta name="author" content="Blue Alba">
<meta name="keywords" content="development, technology">
<meta name="keywords" content="bluealba, blue, alba, innovative, technology, financial, industry, fintech">
<meta name="robots" content="index,follow">

<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="manifest" href="assets/manifest.json">
<link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#67a5ba">
<meta name="theme-color" content="#ffffff">

<meta property="og:title" content="Blue Alba - Innovative Technology for the Financial Industry">
<meta property="og:url" content="http://www.bluealba.com/">
<meta property="og:image" content="http://www.bluealba.com/logo.jpg">
<meta property="og:description" content="At Blue Alba we combine our extensive experience in financial industry software development with our knowledge of the latest and greatest technologies to deliver the best solutions at all stages of the development lifecycle.">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
Expand Down Expand Up @@ -91,4 +93,21 @@ <h3>Contact</h3>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="scripts/jquery.smooth-scroll.min.js"></script>
<script src="scripts/app.js"></script>
<script async src="//www.google-analytics.com/analytics.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-75052212-1', 'auto');
ga('send', 'pageview');
</script>
</html>
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit 521ccc2

Please sign in to comment.