www.atlasroofing.com Open in urlscan Pro
8.29.154.45  Public Scan

Submitted URL: http://www.atlasroofing.com/
Effective URL: https://www.atlasroofing.com/
Submission: On July 19 via manual from US — Scanned from DE

Form analysis 10 forms found in the DOM

/search

<form action="/search">
  <div class="input-group input-group-sm">
    <input class="form-control form-control-sm border-end-0 rounded-bottom-left-pill rounded-top-left-pill" type="text" name="q" placeholder="Search" aria-label="Search">
    <button class="btn btn-outline-secondary border-start-0 rounded-bottom-right-pill rounded-top-right-pill border-form-control" type="submit">
      <i class="fa-solid fa-magnifying-glass"></i>
    </button>
  </div>
</form>

/search

<form action="/search">
  <div class="input-group input-group-sm">
    <input class="form-control form-control-sm border-end-0 rounded-bottom-left-pill rounded-top-left-pill" type="text" name="q" placeholder="Search" aria-label="Search">
    <button class="btn btn-outline-secondary border-start-0 rounded-bottom-right-pill rounded-top-right-pill border-form-control" type="submit">
      <i class="fa-solid fa-magnifying-glass"></i>
    </button>
  </div>
</form>

GET /find-a-contractor

<form action="/find-a-contractor" class="w-100" method="get">
  <div class="">
    <div class="input-group mb-3">
      <input type="text" name="zip" placeholder="Zip Code" class="form-control">
      <button class="btn btn-primary" type="submit">Search</button>
    </div>
  </div>
</form>

/find-a-contractor

<form action="/find-a-contractor">
  <div class="input-group rounded-pill bg-white bg-opacity-75">
    <input placeholder="Enter Zip Code" class="form-control bg-transparent py-0 border-0" type="text" name="zip" @change="handleZipChange" x-model="zipCode">
    <span class="input-group-append">
      <button class="btn btn-outline-secondary bg-transparent border-0 py-0 rounded-pill ms-n3" type="submit">
        <i class="fa fa-search"></i>
      </button>
    </span>
  </div>
</form>

<form>
  <h5> Subscribe to our newsletter </h5>
  <p> Monthly digest of what's new and exciting from us. </p>
  <div class="d-flex flex-column flex-sm-row w-100 gap-2">
    <label for="newsletter1" class="visually-hidden"> Email address </label>
    <input id="newsletter1" type="text" class="form-control" placeholder="Email address">
    <button class="btn btn-primary" type="button"> Subscribe </button>
  </div>
</form>

POST /consent

<form action="/consent" method="post" class="d-inline">
  <input type="hidden" name="CRAFT_CSRF_TOKEN" value="dtIxcEVehoqKC3qVCX_UPJqWMlTd_jZPaDnzxsnriLT0qwicDzV5bjqkSEQjEvPA82UY3VY54XfU_14C5clzCRpgnv-NisXEsp5_5k19CwU=">
  <input type="hidden" name="consent" value="yes">
  <input type="submit" id="cookie-accept-preferences" value="Accept" class="btn btn-sm btn-primary">
</form>

POST /consent

<form action="/consent" method="post">
  <input type="hidden" name="CRAFT_CSRF_TOKEN" value="dtIxcEVehoqKC3qVCX_UPJqWMlTd_jZPaDnzxsnriLT0qwicDzV5bjqkSEQjEvPA82UY3VY54XfU_14C5clzCRpgnv-NisXEsp5_5k19CwU=">
  <input type="hidden" name="consent" value="custom">
  <div class="form-check form-switch ps-0 my-2">
    <div class="d-flex justify-content-between mb-2">
      <label class="form-check-label fs-5" for="flexSwitchCheckChecked"> Strictly Necessary Cookies </label>
      <input class="form-check-input" name="essentials_cookies" type="checkbox" id="flexSwitchCheckChecked" checked="" value="yes" disabled="">
    </div>
    <p class="fw-light small"> These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting
      your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
    </p>
  </div>
  <div class="form-check form-switch ps-0 my-2">
    <div class="d-flex justify-content-between mb-2">
      <label class="form-check-label fs-5" for="flexSwitchCheckChecked"> Analytics Cookies </label>
      <input class="form-check-input" name="analytics_cookies" type="checkbox" id="flexSwitchCheckChecked" checked="" value="yes" disabled="">
    </div>
    <p class="fw-light small"> We use Google Analytics cookies to collect information about how visitors use our website. These cookies collect information in the aggregate to give us insight into how our website is being used. We anonymize IP
      addresses in Google Analytics, and the anonymized data is transmitted to and stored by Google on servers in the United States. Google may also transfer this information to third parties where required to do so by law, or where such third
      parties process the information on Google's behalf. Google will not associate your IP address with any other data held by Google. </p>
  </div>
  <div class="form-check form-switch ps-0 my-2">
    <div class="d-flex justify-content-between mb-2">
      <label class="form-check-label fs-5" for="flexSwitchCheckChecked"> Performance Cookies </label>
      <input class="form-check-input" name="performance_cookies" type="checkbox" id="flexSwitchCheckChecked" checked="" value="yes">
    </div>
    <p class="fw-light small"> These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the
      site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. </p>
  </div>
  <div class="form-check form-switch ps-0 my-2">
    <div class="d-flex justify-content-between mb-2">
      <label class="form-check-label fs-5" for="flexSwitchCheckChecked"> Targeting Cookies </label>
      <input class="form-check-input" name="targeting_cookies" type="checkbox" id="flexSwitchCheckChecked" checked="" value="yes">
    </div>
    <p class="fw-light small"> These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly
      personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. </p>
  </div>
  <div class="form-check form-switch ps-0 my-2">
    <div class="d-flex justify-content-between mb-2">
      <label class="form-check-label fs-5" for="flexSwitchCheckChecked"> Functional Cookies </label>
      <input class="form-check-input" name="functional_cookies" type="checkbox" id="flexSwitchCheckChecked" checked="" value="yes">
    </div>
    <p class="fw-light small"> These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then
      some or all of these services may not function properly. </p>
  </div>
  <div class="text-center mb-3">
    <input type="submit" value="Save preferences" id="cookie-save-preferences" class="btn btn-primary">
  </div>
</form>

POST https://portal.atlasroofing.com/pro

<form action="https://portal.atlasroofing.com/pro" method="post">
  <p class="fw-bold text-center"> Welcome Roofing Contractors! </p>
  <input type="text" name="proemail" class="form-control" required="" placeholder="Username">
  <p class="text-center mt-1">
    <a href="#!" class="text-decoration-none text-black" data-bs-toggle="tooltip" data-bs-title="Your Username is your Email Address for all Atlas communication">
                            Forgot your Username?
                        </a>
  </p>
  <input type="password" name="propassword" class="form-control" required="" placeholder="Password">
  <p class="text-center mt-1">
    <a href="/pro/forgot-password" class="text-decoration-none text-black">
                            Forgot your Password?
                        </a>
  </p>
  <div class="row">
    <div class="col-md-6">
      <button class="btn btn-primary w-100"> Log In </button>
    </div>
    <div class="col-md-6">
      <div class="form-check mt-1">
        <label class="form-check-label" for="contractor_remember_me">
          <input class="form-check-input" name="remember_me" id="contractor_remember_me" type="checkbox" value="remember"> Remember Me </label>
      </div>
    </div>
  </div>
  <hr class="my-4">
  <p class="fw-bold text-center"> Don't Have a Contractor Account? </p>
  <div class="row">
    <div class="col-md-6">
      <a href="/pro/signup" class="btn btn-outline-secondary w-100">
                                Sign Up Now!
                            </a>
    </div>
    <div class="col-md-6">
      <a href="https://www.atlasroofing.com/atlas-pro" target="" class="btn btn-primary w-100">
                                Learn More
                            </a>
    </div>
  </div>
</form>

POST https://portal.atlasroofing.com/pro/rep/login

<form action="https://portal.atlasroofing.com/pro/rep/login" method="post">
  <p class="fw-bold text-center"> Welcome Atlas Reps! </p>
  <input type="text" name="repemail" class="form-control" required="" placeholder="Username">
  <p class="text-center mt-1">
    <a href="#!" class="text-decoration-none text-black" data-bs-toggle="tooltip" data-bs-title="Your Username is your Email Address for all Atlas communication">
                            Forgot your Username?
                        </a>
  </p>
  <input type="password" name="reppassword" class="form-control" required="" placeholder="Password">
  <p class="text-center mt-1">
    <a href="/pro/forgot-password" class="text-decoration-none text-black">
                            Forgot your Password?
                        </a>
  </p>
  <div class="row">
    <div class="col-md-6">
      <button class="btn btn-primary w-100"> Log In </button>
    </div>
    <div class="col-md-6">
      <div class="form-check mt-1">
        <label class="form-check-label" for="reps_remember_me">
          <input class="form-check-input" name="remember_me" id="reps_remember_me" type="checkbox" value="remember"> Remember Me </label>
      </div>
    </div>
  </div>
  <p class="mt-4 fw-bold text-center"> Switch to <a href="#rmLoginModal" data-bs-toggle="modal">
                            RM Login
                        </a>
  </p>
</form>

POST https://portal.atlasroofing.com/pro/rm/login

<form action="https://portal.atlasroofing.com/pro/rm/login" method="post">
  <p class="fw-bold text-center"> Welcome Atlas Managers! </p>
  <input type="text" name="rmemail" class="form-control" required="" placeholder="Username">
  <p class="text-center mt-1">
    <a href="#!" class="text-decoration-none text-black" data-bs-toggle="tooltip" data-bs-title="Your Username is your Email Address for all Atlas communication">
                            Forgot your Username?
                        </a>
  </p>
  <input type="password" name="rmpassword" class="form-control" required="" placeholder="Password">
  <p class="text-center mt-1">
    <a href="/pro/forgot-password" class="text-decoration-none text-black">
                            Forgot your Password?
                        </a>
  </p>
  <div class="row">
    <div class="col-md-6">
      <button class="btn btn-primary w-100"> Log In </button>
    </div>
    <div class="col-md-6">
      <div class="form-check mt-1">
        <label class="form-check-label" for="managers_remember_me">
          <input class="form-check-input" name="remember_me" id="managers_remember_me" type="checkbox" value="remember"> Remember Me </label>
      </div>
    </div>
  </div>
  <p class="mt-4 fw-bold text-center"> Switch to <a href="#repLoginModal" data-bs-toggle="modal">
                            Rep Login
                        </a>
  </p>
</form>

Text Content

 * Atlas Roofing Corporation
 * Shingles & Underlayments
 * Molded Products
 * Roof & Wall Insulation
 * Web Technologies

Shingles

Underlayment

Ventilation

System & Warranty


 * Why Atlas?
 * All Products
 * Roof Shingles
   * Choose Your Shingle
   * StormMaster Shake
   * Pinnacle Impact
   * Pinnacle Sun
   * Pinnacle Pristine
   * ProLam
   * Castlebrook
   * Briarwood Pro
   * Scotchgard™ Protector
   * HP42® Technology
   * Core4® Technology
   * View Hip & Ridge Shingles
   * View Starter Shingles
   * View All Shingle Products
 * Roof Ventilation
 * Roof Underlayment
 * System & Warranty
 * Resources & Literature
   * Literature
   * Technical Bulletins
   * Homeowner News
   * Industry Links
   * FAQs
   * Terms & Conditions
 * For Homeowners
   * Choose Your Shingle
   * Homeowner's Guide to Shingles
   * Find A Contractor
   * Color Considerations
   * Request A Quote
   * Contact Us
   * Submit A Testimonial
   * Homeowner News
 * For Contractors
   * Atlas Pro Login
   * Atlas Pro Contractor Program
   * Asphalt Life Contractor News
   * HP42 Savings Calculator
   * Find A Stocking Distributor
   * Atlas Para Latinos
 * Find a Stocking Location
 * Home

More from Atlas Roofing Corporation
 * Corporate
 * Careers
 * Molded Products
 * Roof & Wall Insulation
 * Web Technologies

Beauty Backed By Protection
slide 3 of 2
Compare the many different styles, beautiful colors, and superior strength and
durability of Atlas shingles. Choose your shingle today.
Choose Your Shingle
Not sure where to start? Check our our Homeowner's Guide To A New Roof!
Homeowner's Guide To A New Roof
Compare the many different styles, beautiful colors, and superior strength and
durability of Atlas shingles. Choose your shingle today.
Choose Your Shingle
Not sure where to start? Check our our Homeowner's Guide To A New Roof!
Homeowner's Guide To A New Roof
Compare the many different styles, beautiful colors, and superior strength and
durability of Atlas shingles. Choose your shingle today.
Choose Your Shingle
Not sure where to start? Check our our Homeowner's Guide To A New Roof!
Homeowner's Guide To A New Roof
Compare the many different styles, beautiful colors, and superior strength and
durability of Atlas shingles. Choose your shingle today.
Choose Your Shingle
Not sure where to start? Check our our Homeowner's Guide To A New Roof!
Homeowner's Guide To A New Roof
Beauty Backed By Protection


PINNACLE® IMPACT SHINGLES

Pinnacle® Impact architectural shingles offer superior hail resistance,
smog-reducing technology, and the algae-fighting power of Scotchgard™ Protector.
With Pinnacle® Impact, you’re investing in an exceptional performance roofing
system with lasting curb appeal.

View Shingles




Don’t worry, we’ve got you covered. With the Atlas Lifetime Limited Warranty**,
you can be sure your investment is protected with the industry's best warranty
available.

LEARN MORE

HP42® technology features a wide format for better curb appeal, plus our Sweet
Spot™ nailing area and double FASTAC® sealant line ensure your shingles will
stay put.

LEARN MORE

HP42® technology features a wide format for better curb appeal, plus our Sweet
Spot™ nailing area and double FASTAC® sealant line ensure your shingles will
stay put.

LEARN MORE

Class 4 is the highest impactresistance rating for asphalt shingles, offering
superior roof protection against hail and other extreme weather conditions.

LEARN MORE

Inspired by the power of trees, your roof can help combat air pollution with 3M™
smog-reducing granules.

LEARN MORE


Heather IR


PINNACLE® IMPACT SHINGLES

Pinnacle® Impact architectural shingles offer superior hail resistance,
smog-reducing technology, and the algae-fighting power of Scotchgard™ Protector.
With Pinnacle® Impact, you’re investing in an exceptional performance roofing
system with lasting curb appeal.

View Shingles



SMART, BEAUTIFUL, DURABLE... WHY CHOOSE JUST ONE?

Atlas Pinnacle® Pristine architectural shingles offer a wide variety of
beautiful color options to complement your home's exterior. Together, with the
power of Scotchgard™ Protector and a warranty that covers damage from winds up
to 130 mph, your Pinnacle® Pristine roof will stay beautiful and provide you
superior performance for many years to come.

View Shingles




We’ve got you covered with the Atlas Lifetime Limited Warranty, ensuring your
investment is protected for years to come.

LEARN MORE

Let those winds howl. Because of our innovative HP42® shingle technology, your
roof is shielded from wind gusts up to 130 mph.

LEARN MORE

HP42® technology features a wide format for better curb appeal, plus our Sweet
Spot™ nailing area and double FASTAC® sealant line ensure your shingles will
stay put.

LEARN MORE

Your roof will stay beautiful because it features Scotchgard™ Protector by 3M,
which resists black streaks and stains caused by algae.

LEARN MORE


Coastal Granite


SMART, BEAUTIFUL, DURABLE... WHY CHOOSE JUST ONE?

Atlas Pinnacle® Pristine architectural shingles offer a wide variety of
beautiful color options to complement your home's exterior. Together, with the
power of Scotchgard™ Protector and a warranty that covers damage from winds up
to 130 mph, your Pinnacle® Pristine roof will stay beautiful and provide you
superior performance for many years to come.

View Shingles



PINNACLE® SUN SHINGLES

Don’t worry, we’ve got you covered. With the Atlas Lifetime Limited Warranty**,
you can be sure your investment is protected with the industry's best warranty
available.

View Shingles




Don’t worry, we’ve got you covered. With the Atlas Lifetime Limited Warranty**,
you can be sure your investment is protected with the industry's best warranty
available.

LEARN MORE

Your roof will stay beautiful because it features Scotchgard™ Protector by 3M,
which resists black streaks and stains caused by algae.

LEARN MORE

Let those winds howl. Because of our innovative HP42® shingle technology, your
roof is shielded from wind gusts up to 130 mph.

LEARN MORE

Designed to be energy efficient, solar reflective and visually stunning, harness
the power of the sun with 3M™ Cool Roof Technology.

LEARN MORE

Inspired by the power of trees, your roof can help combat air pollution with 3M™
smog-reducing granules.

LEARN MORE


Cool Surf


PINNACLE® SUN SHINGLES

Don’t worry, we’ve got you covered. With the Atlas Lifetime Limited Warranty**,
you can be sure your investment is protected with the industry's best warranty
available.

View Shingles



PINNACLE® IMPACT SHINGLES

Pinnacle® Impact architectural shingles offer superior hail resistance,
smog-reducing technology, and the algae-fighting power of Scotchgard™ Protector.
With Pinnacle® Impact, you’re investing in an exceptional performance roofing
system with lasting curb appeal.

View Shingles




Don’t worry, we’ve got you covered. With the Atlas Lifetime Limited Warranty**,
you can be sure your investment is protected with the industry's best warranty
available.

LEARN MORE

HP42® technology features a wide format for better curb appeal, plus our Sweet
Spot™ nailing area and double FASTAC® sealant line ensure your shingles will
stay put.

LEARN MORE

HP42® technology features a wide format for better curb appeal, plus our Sweet
Spot™ nailing area and double FASTAC® sealant line ensure your shingles will
stay put.

LEARN MORE

Class 4 is the highest impactresistance rating for asphalt shingles, offering
superior roof protection against hail and other extreme weather conditions.

LEARN MORE

Inspired by the power of trees, your roof can help combat air pollution with 3M™
smog-reducing granules.

LEARN MORE


Heather IR


PINNACLE® IMPACT SHINGLES

Pinnacle® Impact architectural shingles offer superior hail resistance,
smog-reducing technology, and the algae-fighting power of Scotchgard™ Protector.
With Pinnacle® Impact, you’re investing in an exceptional performance roofing
system with lasting curb appeal.

View Shingles



SMART, BEAUTIFUL, DURABLE... WHY CHOOSE JUST ONE?

Atlas Pinnacle® Pristine architectural shingles offer a wide variety of
beautiful color options to complement your home's exterior. Together, with the
power of Scotchgard™ Protector and a warranty that covers damage from winds up
to 130 mph, your Pinnacle® Pristine roof will stay beautiful and provide you
superior performance for many years to come.

View Shingles




We’ve got you covered with the Atlas Lifetime Limited Warranty, ensuring your
investment is protected for years to come.

LEARN MORE

Let those winds howl. Because of our innovative HP42® shingle technology, your
roof is shielded from wind gusts up to 130 mph.

LEARN MORE

HP42® technology features a wide format for better curb appeal, plus our Sweet
Spot™ nailing area and double FASTAC® sealant line ensure your shingles will
stay put.

LEARN MORE

Your roof will stay beautiful because it features Scotchgard™ Protector by 3M,
which resists black streaks and stains caused by algae.

LEARN MORE


Coastal Granite


SMART, BEAUTIFUL, DURABLE... WHY CHOOSE JUST ONE?

Atlas Pinnacle® Pristine architectural shingles offer a wide variety of
beautiful color options to complement your home's exterior. Together, with the
power of Scotchgard™ Protector and a warranty that covers damage from winds up
to 130 mph, your Pinnacle® Pristine roof will stay beautiful and provide you
superior performance for many years to come.

View Shingles



PINNACLE® SUN SHINGLES

Don’t worry, we’ve got you covered. With the Atlas Lifetime Limited Warranty**,
you can be sure your investment is protected with the industry's best warranty
available.

View Shingles




Don’t worry, we’ve got you covered. With the Atlas Lifetime Limited Warranty**,
you can be sure your investment is protected with the industry's best warranty
available.

LEARN MORE

Your roof will stay beautiful because it features Scotchgard™ Protector by 3M,
which resists black streaks and stains caused by algae.

LEARN MORE

Let those winds howl. Because of our innovative HP42® shingle technology, your
roof is shielded from wind gusts up to 130 mph.

LEARN MORE

Designed to be energy efficient, solar reflective and visually stunning, harness
the power of the sun with 3M™ Cool Roof Technology.

LEARN MORE

Inspired by the power of trees, your roof can help combat air pollution with 3M™
smog-reducing granules.

LEARN MORE


Cool Surf


PINNACLE® SUN SHINGLES

Don’t worry, we’ve got you covered. With the Atlas Lifetime Limited Warranty**,
you can be sure your investment is protected with the industry's best warranty
available.

View Shingles



PINNACLE® IMPACT SHINGLES

Pinnacle® Impact architectural shingles offer superior hail resistance,
smog-reducing technology, and the algae-fighting power of Scotchgard™ Protector.
With Pinnacle® Impact, you’re investing in an exceptional performance roofing
system with lasting curb appeal.

View Shingles




Don’t worry, we’ve got you covered. With the Atlas Lifetime Limited Warranty**,
you can be sure your investment is protected with the industry's best warranty
available.

LEARN MORE

HP42® technology features a wide format for better curb appeal, plus our Sweet
Spot™ nailing area and double FASTAC® sealant line ensure your shingles will
stay put.

LEARN MORE

HP42® technology features a wide format for better curb appeal, plus our Sweet
Spot™ nailing area and double FASTAC® sealant line ensure your shingles will
stay put.

LEARN MORE

Class 4 is the highest impactresistance rating for asphalt shingles, offering
superior roof protection against hail and other extreme weather conditions.

LEARN MORE

Inspired by the power of trees, your roof can help combat air pollution with 3M™
smog-reducing granules.

LEARN MORE


Heather IR


PINNACLE® IMPACT SHINGLES

Pinnacle® Impact architectural shingles offer superior hail resistance,
smog-reducing technology, and the algae-fighting power of Scotchgard™ Protector.
With Pinnacle® Impact, you’re investing in an exceptional performance roofing
system with lasting curb appeal.

View Shingles



DESIGNED TO WITHSTAND NATURE'S EXTREME

StormMaster® Shake architectural shingles featuring Scotchgard™ Protector are
available in a variety of vivid colors that will complement any home's exterior.
In addition, your StormMaster Shake roof has a warranty covering damage from
winds up to 150 mph. Why choose between beautiful, lasting color and exceptional
protection when you can have both?

View Shingles


We’ve got you covered with the Atlas Lifetime Limited Warranty, ensuring your
investment is protected for years to come.

LEARN MORE

Let those winds howl. Because of our innovative HP42® shingle technology, your
roof is shielded from wind gusts up to 150 mph.

LEARN MORE

Your roof will stay beautiful because it features Scotchgard™ Protector by 3M,
which resists black streaks and stains caused by algae.

LEARN MORE

HP42® technology features a wide format for better curb appeal, plus our Sweet
Spot™ nailing area and double FASTAC® sealant line ensure your shingles will
stay put.

LEARN MORE
Morning Harvest


DESIGNED TO WITHSTAND NATURE'S EXTREME

StormMaster® Shake architectural shingles featuring Scotchgard™ Protector are
available in a variety of vivid colors that will complement any home's exterior.
In addition, your StormMaster Shake roof has a warranty covering damage from
winds up to 150 mph. Why choose between beautiful, lasting color and exceptional
protection when you can have both?

View Shingles
Dreaming of a Home Redesign?
Choose Your Look And See It On Your Home
Get creative with the Atlas Roofing Inspiration Center! Use the Roof & Home
Design Studio, to upload photos of your home and swipe for different looks. See
a combination you like? Save it to a mood board!
Start Designing

Choose Your Look And See It On Your Home
Start Designing


RELATED CONTENT

Learn more about everything that goes into creating an Atlas roofing system.


slide 1 to 4 of 8
BLOG
VIEW FULL ARTICLE

MEALS ON WHEELS

If you’re headed to a fair, festival, fair, concert, market or other outdoor
event this spring or summer, it’s likely you’ll find a food truck. Or two. Or
three. Or more! Thanks to offering fresh, made-to-order meals, snacks and drinks
in a variety of international and specialty cuisines ...

BLOG
VIEW FULL ARTICLE

INTRODUCING PINNACLE® SUN & PINNACLE® IMPACT

If you live in an area that sees lots of sun and heat, has smog and/or gets
severe weather, such as hail, you should consider installing one of Atlas
Roofing’s two new shingle products — Pinnacle® Sun or ...

BLOG
VIEW FULL ARTICLE

INVEST IN YOUR BIGGEST INVESTMENT

In past years, many Americans have used their tax return to treat themselves to
a nice vacation or splurge purchase. But in today’s economy, most will need to
use their refund for the essentials — which may include a new roof. While your
refund may not cover the entire cost of a new roof,...

BLOG
VIEW FULL ARTICLE

CAN WE GET A HAIL YES FOR IMPACT RESISTANCE?!

If “April showers bring May flowers,” what does June bring? Well, hurricane
season, of course! And if that weren’t bad enough, so do July, August,
September, October and November! From June 1 through November 30 each year —
with dread as thick as the summer humidity — millions of Atlantic ...

BLOG
VIEW FULL ARTICLE

A HEALTHY CYCLE

To advocate for and encourage Americans to adopt healthier lifestyles, in 1983,
the President’s Council on Fitness, Sports and Nutrition dedicated the month of
May as National Physical Fitness and Sports Month. May is also designated as
National Bike Month, which kicks off the National Bi...

BLOG
VIEW FULL ARTICLE

DON’T BE ALOOF WHEN IT COMES TO YOUR ROOF

While some parts of the country are seeing lingering winter snow in April, most
regions are experiencing much more pleasant spring weather, with the milder
temperatures inspiring many homeowners to tackle a variety of spring-cleaning
projects, such as repainting, pressure washing and deep cleanin...

BLOG
VIEW FULL ARTICLE

SHERRY HOLMES: SPEAKING FROM EXPERIENCE

We may be partial, but we’re not the only ones who think our new Pinnacle®
Impact shingles are the bee’s knees. As a professional contractor, TV host and
the daughter of TV personality Mike Holmes, Sherry Holmes has a lot to say about
our newest Class 4 product! ...

BLOG
VIEW FULL ARTICLE

SHERRY HOLMES: SPEAKING FROM EXPERIENCE

Don’t just take our word for it — hear what Sherry Holmes, professional
contractor, TV host and daughter of TV personality Mike Holmes, has to say about
our new Pinnacle® Sun shingles! ...

High Performance Meets Lasting Beauty
This innovative technology, which includes copper-containing granules made with
a proprietary 3M porous ceramic coating, allows copper ions to release slowly
over time, helping to prevent the ugly black streaks caused by algae. With
Pinnacle® Pristine shingles, your roof will look newer longer, maintaining its
beauty for years to come.
Learn More


DRAG TO SEE THE SCOTCHGARD ® DIFFERENCE

5


0 Years
5 Years
10 Years
15 Years
20 Years
25 Years




Non-Atlas Shingle

ATLAS PROUDLY FEATURES SCOTCHGARD PROTECTOR FROM 3M ON THE FOLLOWING BRANDS:




FIND A CONTRACTOR

Enter your zip code below to find a local Atlas certified contractor or to
request a quote

Search


Request A Quote Find A Contractor

PRO LOGIN

Products with Purpose. People with Passion



2023 Atlas Roofing Corporation - All Rights Reserved

ATLAS PRODUCTS

 * Roof Shingles
 * Roof Underlayments
 * Polyiso Roof Insulation
 * Continuous Wall Insulation
 * EPS Building Insulation
 * Geofoam
 * Packaging Products
 * OEM Solutions
 * Web Technologies

COMPANY INFORMATION

 * Atlas 2023 All Stars Stadium Tour
 * All Events
 * News
 * Videos
 * Careers
 * Sustainability
 * E-Commerce: EDI
 * Why Atlas
 * Scotchgard™ Protector
 * HP42® Technology
 * Core4® Technology
 * Contact

RESOURCES

 * Literature
 * Marketing Support
 * Mobile Apps
 * Find A Retailer
 * Find A Contractor
 * Register Your Warranty
 * Atlas Pro Portal - Login
 * Create Atlas Pro Account
 * PROForce Rep Login
 * PROForce RM Login
 * Terms and Conditions
 * FAQs

SUBSCRIBE TO OUR NEWSLETTER

Monthly digest of what's new and exciting from us.

Email address Subscribe


WE VALUE YOUR PRIVACY

We use cookies to enhance your browsing experience, serve personalized ads or
content, and analyze our traffic. By clicking "Accept", you consent to our use
of cookies.

Manage My Preferences


MANAGE COOKIE PREFERENCES

Strictly Necessary Cookies

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

Analytics Cookies

We use Google Analytics cookies to collect information about how visitors use
our website. These cookies collect information in the aggregate to give us
insight into how our website is being used. We anonymize IP addresses in Google
Analytics, and the anonymized data is transmitted to and stored by Google on
servers in the United States. Google may also transfer this information to third
parties where required to do so by law, or where such third parties process the
information on Google's behalf. Google will not associate your IP address with
any other data held by Google.

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.




PRO LOGIN

Welcome Roofing Contractors!

Forgot your Username?

Forgot your Password?

Log In
Remember Me

--------------------------------------------------------------------------------

Don't Have a Contractor Account?

Sign Up Now!
Learn More


PROFORCE REP LOGIN

Welcome Atlas Reps!

Forgot your Username?

Forgot your Password?

Log In
Remember Me

Switch to RM Login


PROFORCE RM LOGIN

Welcome Atlas Managers!

Forgot your Username?

Forgot your Password?

Log In
Remember Me

Switch to Rep Login



×
We use cookies to offer you a better website experience and personalize content.
By clicking YES you consent to our use of cookies. Yes No