-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (122 loc) · 5.03 KB
/
index.html
File metadata and controls
127 lines (122 loc) · 5.03 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!doctype html>
<html>
<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Use title if it's in the page YAML frontmatter -->
<title>Ruby on Rails, React, and Ember Web Development - Code Red Code</title>
<link href="/stylesheets/site.css" rel="stylesheet" />
<script src="/javascripts/site.js"></script>
<link rel="shortcut icon" href="images/crc-icon.png">
</head>
<header>
<div class="logo-container">
<a href="/"><img class="logo" src="images/crc-icon.png" /></a>
</div>
<div class="header-nav-container">
<ul class="header-nav">
<a href="#about"><li>About</li></a>
<a href="#clients"><li>Clients</li></a>
<a href="#expertise"><li>Expertise</li></a>
<a href="#contact"><li>Contact</li></a>
</ul>
</div>
</header>
<body class="index">
<div class="container">
<h1>Code Red Code</h1>
<section class='summary'>
<a name='about'></a>
<h2>About</h2>
<p>Code Red Code is a Boston-based consultancy providing web development and product management services to help grow your business. I can help you think through what solutions you need and lead the way in implementing the requirements once we've defined them.</p>
<p>Having worked with a range of partners from one-person startups to large media companies, I understand that each client's needs are unique and will work with you to develop and maintain the tools to make you successful.</p>
<p>My expertise ranges across a number of modern languages and frameworks including Ruby on Rails, React.js, and Ember.js, deployment and PaaS services like Chef, EngineYard, and Heroku, and testing tools like RSpec and Semaphore.</p>
</section>
<section class='clients'>
<a name='clients'></a>
<h2>Clients</h2>
<div class='client-grid-container'>
<div class='client-grid-column'>
<a href='/clients-avenue100'>
<div alt='Avenue100' class='homepage-client-logo' style='background-image: url('/images/logo-a100.png')'></div>
</a>
<div class='client-hover'>
<p>Full stack development for a top higher ed lead gen platform</p>
<a href='/clients-avenue100'>
<button>Learn More</button>
</a>
</div>
</div>
<div class='client-grid-column'>
<a href='/clients-dragon-innovation'>
<div alt='Dragon Innovation' class='homepage-client-logo' style='background-image: url('/images/logo-dragon-innovation.png')'></div>
</a>
<div class='client-hover'>
<p>Contract manufacturer database to enable hardware startups</p>
<a href='/clients-dragon-innovation'>
<button>Learn More</button>
</a>
</div>
</div>
<div class='client-grid-column'>
<a href='/clients-muzit'>
<div alt='Muzit' class='homepage-client-logo' style='background-image: url('/images/logo-muzit.jpg')'></div>
</a>
<div class='client-hover'>
<p>Interface to visualize file sharing activity across the globe</p>
<a href='/clients-muzit'>
<button>Learn More</button>
</a>
</div>
</div>
<div class='client-grid-column'>
<a href='/clients-signkidsup'>
<div alt='SignKidsUp' class='homepage-client-logo' style='background-image: url('/images/logo-signkidsup.png')'></div>
</a>
<div class='client-hover'>
<p>Feature development for a startup focused on after school programs</p>
<a href='/clients-signkidsup'>
<button>Learn More</button>
</a>
</div>
</div>
<div class='client-grid-column'>
<a href='/clients-turningart'>
<div alt='TurningArt' class='homepage-client-logo' style='background-image: url('/images/logo-turningart.png')'></div>
</a>
<div class='client-hover'>
<p>Leading digital team for artwork services business</p>
<a href='/clients-turningart'>
<button>Learn More</button>
</a>
</div>
</div>
<div class='client-grid-column'>
<a href='/clients-wes'>
<div alt='Wealth Education System' class='homepage-client-logo' style='background-image: url('/images/logo-wes.png')'></div>
</a>
<div class='client-hover'>
<p>Develop tools for personal finance education platform</p>
<a href='/clients-wealth-education-system'>
<button>Learn More</button>
</a>
</div>
</div>
</div>
</section>
<section class='expertise'>
<a name='expertise'></a>
<h2>Expertise</h2>
<p>My experience is mainly in the <a href="//ruby-lang.org">Ruby programming language</a> and the <a href="//rubyonrails.org">Rails framework</a>, including most of the standard toolchain used by Rails applications like Git, PostgreSQL, HAML, and SCSS. I've also built and extended several client-side single page applications using <a href="//reactjs.org">React</a> and the <a href="//emberjs.com">Ember.js</a> JavaScript framework.</p>
<p>For product management and agile development, I am flexible and adaptive to the tools already used by the teams I work with. Among others I have extensive experience with Lighthouse, Jira, and Trello.</p>
</section>
<section class='contact'>
<a name='contact'></a>
<h2>Contact</h2>
<p>Get in touch at <a href="mailto:contact@coderedcode.com">contact@coderedcode.com</a> to set up a time to talk and discuss your needs.</p>
</section>
</div>
</body>
</html>