GithubHelp home page GithubHelp logo

osu-cascades / bend-tech-companies Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 67 KB

A directory of companies employing software developers in Bend, OR.

Home Page: https://osu-cascades.github.io/bend-tech-companies/

HTML 98.88% CSS 1.12%

bend-tech-companies's People

Contributors

mackhatfield avatar ybakos avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

bend-tech-companies's Issues

index.html: Indent consistently, and with just two spaces, not tabs

Bad:

<body>

  	<div class="container">
      <div class="page-header">
        <h1 id="pageTitle">Tech Companies in Bend Oregon</h1>
      </div>

  		<div class="row display-flex">
  			<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
  				<!-- Agency Revolution -->
  				<div class="thumbnail">
  					<img src="https://www.agencyrevolution.com/wp-content/themes/ar-site/assets/images/ar-logo.svg" class="logo">
  					<div class="caption">
  						<h3 class="companytitle">Agency Revolution</h3>
  						<p class="description">We do this. We're hiring junior and senior developers to work with Rails, Ember, Postgresql and AWS.</p>
  						<a href="https://www.agencyrevolution.com" target="_blank"><button type="button" class="btn btn-primary">Check Us Out</button></a>
  					</div>
  				</div>
  			</div>

Good:

<body>
  <div class="container">
    <div class="page-header">
      <h1 id="pageTitle">Tech Companies in Bend Oregon</h1>
    </div>
    <div class="row display-flex">
      <div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
        <!-- Agency Revolution -->
        <div class="thumbnail">
          <img src="https://www.agencyrevolution.com/wp-content/themes/ar-site/assets/images/ar-logo.svg" class="logo">
          <div class="caption">
            <h3 class="companytitle">Agency Revolution</h3>
            <p class="description">We do this. We're hiring junior and senior developers to work with Rails, Ember, Postgresql and AWS.</p>
            <a href="https://www.agencyrevolution.com" target="_blank"><button type="button" class="btn btn-primary">Check Us Out</button></a>
          </div>
        </div>
      </div>

Complete "We do X" sentences based on company web sites

Let's go ahead and articulate a simple first sentence for each company. Use the content on their web site home page / about page and come up with something simple and to the point. Example:

"We provide Apptoto, an automated reminder service."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.