beermapping.com Open in urlscan Pro
64.22.68.68  Public Scan

URL: https://beermapping.com/account/selfclef2
Submission: On February 23 via manual from US — Scanned from IL

Form analysis 9 forms found in the DOM

<form>
  <div class="form-group">
    <input type="text" id="txt1" onkeyup="bmpSearch(this.value)" placeholder="location name">
  </div>
</form>

GET https://beermapping.com/search/

<form action="https://beermapping.com/search/" method="GET">
  <input type="hidden" name="source" value="nav"><input id="navsearch" type="text" size="24" placeholder="city/state or zip" name="q">
  <input class="btn-submit" type="submit" value="go">
</form>

GET https://beermapping.com/search/

<form action="https://beermapping.com/search/" method="GET">
  <div class="form-group" style="padding-bottom:20px;">
    <input type="text" size="24" placeholder="city/state or zip" name="q">
    <input type="hidden" name="source" value="nav">
  </div>
  <input class="btn-submit" type="submit" value="go">
</form>

login

<form action="login" class="ajax-form">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">Log in</h4>
  </div>
  <div class="modal-body">
    <div class="alert"></div>
    <p><strong>Have you had an account here before?</strong> If so, we've updated things and you will need to reset your password. Click "Forgot password" below and enter the email address for your account and we'll send you an email.</p>
    <div class="form-group">
      <label for="email">E-mail or Username</label>
      <input type="text" name="email" id="email" class="form-control">
    </div>
    <div class="form-group">
      <label for="password">Password</label>
      <input type="password" name="password" id="password" class="form-control">
    </div>
    <div class="form-group">
      <div class="checkbox">
        <label><input type="checkbox" name="remember" value="1"> Remember me</label>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <div class="pull-left">
      <button type="submit" class="btn btn-primary">Log in</button>
    </div>
    <a href="#" data-toggle="modal" data-target="#reminderModal">Forgot password?</a> <br>
    <a href="#" data-toggle="modal" data-target="#activationModal">Resend activation E-mail</a>
  </div>
</form>

signup

<form action="signup" class="ajax-form">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">Sign up</h4>
  </div>
  <div class="modal-body">
    <div class="alert"></div>
    <div class="form-group">
      <label for="signup-username">Username</label>
      <input type="text" name="username" id="signup-username" class="form-control">
    </div>
    <div class="form-group">
      <label for="signup-email">E-mail</label>
      <input type="text" name="email" id="signup-email" class="form-control">
    </div>
    <div class="form-group">
      <label for="signup-pass1">Password</label>
      <input type="password" name="pass1" id="signup-pass1" class="form-control" autocomplete="off" value="">
    </div>
    <!--
				    <div class="form-group">
				        <label for="signup-pass2">Verify password</label>
				        <input type="password" name="pass2" id="signup-pass2" class="form-control" autocomplete="off">
				    </div>
				    -->
    <div class="form-group recaptcha"></div>
  </div>
  <div class="modal-footer">
    <div class="pull-left">
      <button type="submit" class="btn btn-primary">Sign up</button>
    </div>
  </div>
</form>

activation

<form action="activation" class="ajax-form">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">Send activation link</h4>
  </div>
  <div class="modal-body">
    <div class="alert"></div>
    <div class="form-group">
      <label for="activation-email">Enter your email</label>
      <input type="text" name="email" id="activation-email" class="form-control">
    </div>
    <div class="form-group recaptcha"></div>
  </div>
  <div class="modal-footer">
    <div class="pull-left">
      <button type="submit" class="btn btn-primary">Continue</button>
    </div>
    <a href="#" data-toggle="modal" data-target="#loginModal" class="v-middle">Back to Log in</a>
  </div>
</form>

activate

<form action="activate" class="ajax-form">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">Activate account</h4>
  </div>
  <div class="modal-body">
    <div class="alert"></div>
    <input type="hidden" name="reminder">
  </div>
  <div class="modal-footer">
    <a href="#" data-toggle="modal" data-target="#activationModal" class="v-middle">Resend activation E-mail</a>
  </div>
</form>

reminder

<form action="reminder" class="ajax-form">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">Recover your account password</h4>
  </div>
  <div class="modal-body">
    <div class="alert"></div>
    <p>Enter your email address associated with your account and we'll send you an email that should help you get back in. If you have trouble, or can't remember which email, close this window and use the Contact link at the bottom of this page</p>
    <div class="form-group">
      <label for="reminder-email">Enter your email</label>
      <input type="text" name="email" id="reminder-email" class="form-control">
    </div>
    <div class="form-group recaptcha"></div>
  </div>
  <div class="modal-footer">
    <div class="pull-left">
      <button type="submit" class="btn btn-primary">Continue</button>
    </div>
    <a href="#" data-toggle="modal" data-target="#loginModal" class="v-middle">Back to Log in</a>
  </div>
</form>

reset

<form action="reset" class="ajax-form">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 class="modal-title">Reset your password</h4>
  </div>
  <div class="modal-body">
    <div class="alert"></div>
    <div class="form-group">
      <label for="reset-pass1">New password</label>
      <input type="password" name="pass1" id="reset-pass1" class="form-control">
    </div>
    <div class="form-group">
      <label for="reset-pass2">Verify password</label>
      <input type="password" name="pass2" id="reset-pass2" class="form-control">
    </div>
    <input type="hidden" name="reminder">
  </div>
  <div class="modal-footer">
    <div class="pull-left">
      <button type="submit" class="btn btn-primary">Change Password</button>
    </div>
    <a href="#" data-toggle="modal" data-target="#reminderModal" class="v-middle">Generate new one</a>
  </div>
</form>

Text Content

THE BEER MAPPING PROJECT

 * Search
   
   * QUICK SEARCH
     
     
     
     LOCATIONS
     
     Start typing above and results will appear here.
     
     ADVANCED SEARCH
     
     Search for locations, by name. If you want to center the map on a city or
     postal code, there's a specific search in the top and bottom of the site.
     
     Advanced Search
     
     BEER ROUTES
     
     Or if you want to plan a door to door trip, you can get started creating a
     Beer Route.
     
     Beer Routes
 * Locations
   * Nearby Locations
   * Popular Cities
   * Highest Scores
   * Recent Changes
     * Recent Additions
     * Recent Photos
     * Recent Reviews
 * More
   * About
   * Applications
   * News
   * Beer Mapping Shop
   * Contact
 * 
 * Log in
   Sign up


THE BEER MAPPING PROJECT




SELFCLEF2'S PROFILE

MAIN MAP


SELFCLEF2 (@SELFCLEF2)






STATISTICS


0

TOTAL REVIEWS


0

UPLOADED PHOTOS


0

CHECK-INS


0

LOCATIONS SUBMITTED



anotepad.com/notes/nmfcaa5f

February 2024



Advantages of Custom Caricature Keychains






Welcome to the Beer Mapping Project. We're attempting to put beer on the map. If
you like beer and you like maps, then you may have found the right place.

We find beer so you don't have to.



FOLLOW US:

 * 
 * 



OR FOLLOW @BEERINATOR:

 * 
 * 



AND CHECK OUT:

Bounded by Buns - my weekly sandwich blog.


RECENT REVIEWS

 * STATE AND LAKE
   
   Reviewer: jacklistens-page
   2024-02-17 05:50:46

 * CRUZ BLANCA CERVECER�A
   
   Reviewer: jacklistens-page
   2024-02-17 05:48:57

 * THE HEIGHTS DELI AND BOTTLE SHOP
   
   Reviewer: tutors
   2024-02-13 12:46:14

 * VICTOR'S GRAPE ARBOR
   
   Reviewer: Hit Club
   2023-12-30 01:02:24

 * EDELWEISS
   
   Reviewer: emerge077
   2023-10-15 21:34:34


RECENT PHOTOS

 * 
   Iowa Taproom
   Photo credit: BahHumBrew
 * 
   Kalona Brewing Co
   Photo credit: BahHumBrew
 * 
   BJ's Brewhouse - Concord
   Photo credit: BahHumBrew


CENTER MAP ON CITY/STATE OR ADDRESS:



BEER ROUTES

If you want to plan a door to door trip, you can get started creating a Beer
Route.

Beer Routes

©2005 - 2024 beermapping.com - powered by beer.
Privacy | Terms

 * Home
 * Search by Location
 * Beer Routes
 * Contact
 * API

×

LOG IN

Have you had an account here before? If so, we've updated things and you will
need to reset your password. Click "Forgot password" below and enter the email
address for your account and we'll send you an email.

E-mail or Username
Password
Remember me
Log in
Forgot password?
Resend activation E-mail
×

SIGN UP

Username
E-mail
Password

Sign up
×

CHECK YOUR EMAIL

We've sent you an email. Click the link in the email to activate your account.

If you don't see the email, check other places it might be, like your junk,
spam, social, or other folders.

×

SEND ACTIVATION LINK

Enter your email

Continue
Back to Log in
×

CHECK YOUR EMAIL

We've sent you an email. Click the link in the email to activate your account.

If you don't see the email, check other places it might be, like your junk,
spam, social, or other folders.

×

ACTIVATE ACCOUNT


Resend activation E-mail
×

ACCOUNT ACTIVATED

Your account has been activated. You can login now.


Log in

×

RECOVER YOUR ACCOUNT PASSWORD

Enter your email address associated with your account and we'll send you an
email that should help you get back in. If you have trouble, or can't remember
which email, close this window and use the Contact link at the bottom of this
page

Enter your email

Continue
Back to Log in
×

CHECK YOUR EMAIL

We've sent you an email. Click the link in the email to reset your password.

If you don't see the email, check other places it might be, like your junk,
spam, social, or other folders.

×

RESET YOUR PASSWORD

New password
Verify password
Change Password
Generate new one
×

PASSWORD CHANGED

Your password has been successfully changed. You can login now.


Log in