Advertisement
joss1226

Santa Monica Locations Main

Feb 19th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5.  
  6. ▪ ▪ ▪ ▪ ▪ ▪ { Pʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴄʀᴇᴅɪᴛs!
  7.  
  8. ___ ___ ___ ___ ___ ___ __ __
  9. / __|/ _ \ | \ | __|/ __| | _ )\ \ / /
  10. | (__| (_) || |) || _| \__ \ | _ \ \ V /
  11. \___|\___/ |___/ |___||___/ |___/ |_|
  12. ___ ___ _ _ ___ ___ ___ ___
  13. | _ \ / _ \ | || || _ \ / _ \ | _ \ / _ \
  14. | _/| (_) || __ || /| (_) || /| (_) |
  15. |_| \___/ |_||_||_|_\ \___/ |_|_\ \___/
  16.  
  17.  
  18. ★ http://pohroro.tumblr.com } ▪ ▪ ▪ ▪ ▪ ▪
  19.  
  20.  
  21.  
  22. -->
  23.  
  24. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  25.  
  26. <head>
  27.  
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  33.  
  34. <style type="text/css">
  35.  
  36. body {
  37. margin: 0;
  38. padding: 0;
  39. background: #f3f3f3; /*background color*/
  40. background: url(); /*background*/
  41. color: #9a1f1f; /*body font color*/
  42. font-family: Times;
  43. font-size: 10px;
  44. line-height: 11px;
  45. }
  46.  
  47. a {
  48. color: #e89e8c; /*link color*/
  49. text-decoration: none;
  50. -webkit-transition: all 0.5s ease;
  51. -moz-transition: all 0.5s ease;
  52. transition: all 0.5s ease;
  53. }
  54.  
  55. a:hover {
  56. cursor: help;
  57. -webkit-transition: all 0.5s ease;
  58. -moz-transition: all 0.5s ease;
  59. transition: all 0.5s ease;
  60. }
  61.  
  62. #container {
  63. width: 650px;
  64. height: auto;
  65. margin: 0 auto;
  66. margin-top: 70px;
  67. padding-bottom: 100px;
  68. position: absolute;
  69. left: 0;
  70. right: 0;
  71. }
  72.  
  73. #title {
  74. font-family: Times;
  75. font-size: 26px;
  76. font-style: italic;
  77. text-transform: lowercase;
  78. letter-spacing: 4px;
  79. font-weight: 700;
  80. float: left;
  81. color: #9a1f1f; /*title color*/
  82. }
  83.  
  84. #navigation {
  85. font-size: 10px;
  86. float: right;
  87. letter-spacing: 2px;
  88. font-family: Montserrat;
  89. margin-top: 2px;
  90. }
  91.  
  92. #navigation a {
  93. display: inline-block;
  94. margin-left: 30px;
  95. text-transform: uppercase;
  96. }
  97.  
  98. #banner {
  99. width: 6500px;
  100. height: 70px;
  101. margin-top: 50px;
  102. position: relative;
  103. background: url(); /*change banner background image here*/
  104. }
  105.  
  106. #banner-content {
  107. border-color: #f3f3f3; /*change banner top border color here*/
  108. border-top: 10px solid;
  109. text-align: center;
  110. width: 650px;
  111. height: 70px;
  112. display: table-cell;
  113. vertical-align: middle;
  114. font-family: Times;
  115. font-style: normal;
  116. letter-spacing: 2px;
  117. line-height: 20px;
  118. }
  119.  
  120. table {
  121. width: 650px;
  122. background: #f3f3f3; /*change members' description background color here*/
  123. color: #000000; /*change members' description font color here*/
  124. border-collapse: collapse;
  125. }
  126.  
  127. tr {
  128. height: 240px;
  129. width: 650px;
  130. }
  131.  
  132. td {
  133. width: 325px;
  134. padding: 15px 10px;
  135. vertical-align: middle;
  136. text-align: center;
  137. font-style: normal;
  138. letter-spacing: 1px;
  139. }
  140.  
  141. .name {
  142. letter-spacing: 7px;
  143. text-transform: uppercase;
  144. font-style: normal;
  145. font-family: Montserrat;
  146. font-size: 13px;
  147. font-weight: bold;
  148. margin-bottom: 5px;
  149. }
  150.  
  151. .name a {
  152. color: black; /*member's name color*/
  153. }
  154.  
  155. ::-webkit-scrollbar {
  156. height: 10px;
  157. width: 7px;
  158. background: white; /*scrollbar background color*/
  159. }
  160.  
  161. ::-webkit-scrollbar-thumb:vertical {
  162. background: #9a1f1f; /*scrollbar color*/
  163. border: 2px solid white; /*scrollbar background color*/
  164. }
  165.  
  166. /* Credits to http://pohroro.tumblr.com */
  167.  
  168. #c {
  169. width: 55px;
  170. height: 18px;
  171. font-family: Arial;
  172. font-size: 7px;
  173. text-transform: uppercase;
  174. bottom: 10px;
  175. right: 10px;
  176. text-align: center;
  177. letter-spacing: 1px;
  178. line-height: 4px;
  179. padding: 10px 3px;
  180. display: block;
  181. background: #FFFFFF;
  182. position: fixed;
  183. }
  184.  
  185. #c a {
  186. font-weight: bold;
  187. line-height: 17px;
  188. font-size: 15px;
  189. font-family: Libre Baskerville;
  190. text-transform: lowercase;
  191. font-style: italic;
  192. letter-spacing: -1px;
  193. }
  194.  
  195. </style>
  196. </head>
  197. <body>
  198.  
  199. <div id="container">
  200.  
  201. <div id="title">
  202. Santa Monica Neighborhoods <!-- change title here -->
  203. </div>
  204.  
  205. <div id="navigation">
  206. <a href="/">Back ></a>
  207. </div>
  208.  
  209. <div id="banner">
  210. <div id="banner-content">
  211.  
  212. <!-- start of banner description -->
  213.  
  214. A tour guide on the neighborhoods around Santa Monica. For the cost of living go <a href="http://santamonicacityrp.tumblr.com/locationswealth">HERE</a>.
  215.  
  216. <!-- end of banner description -->
  217.  
  218. </div>
  219. </div>
  220.  
  221. <table>
  222.  
  223. <!-- start of member one -->
  224. <tr>
  225. <td style="background: url(http://static.tumblr.com/mgn77jf/wGHo2s5jz/downtown.png);"><!--change member picture here-->
  226. </td>
  227. <td style="color: ;"><!--input individual member's description background color here-->
  228. <div class="name">
  229. <span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—&nbsp;&nbsp;</span>
  230. <a href="http://santamonicacityrp.tumblr.com/downtown"><!--change member's url here-->
  231. Downtown Santa Monica<!--change member's name here-->
  232. </a><span style="letter-spacing: 0px; color: #a1a1a1; font-family: Times;">—</span>
  233. </div>
  234. <!--change member description here-->
  235. Just a few blocks east of the Pier you will find the downtown & 3rd Street Promenade neighborhood of Santa Monica. Santa Monica’s downtown hub is a destination for shoppers looking for everything from designer duds and home décor to artisan coffee and handcrafted chocolate. You’ll also find the famous open-air, pedestrian-only 3rd Street Promenade, home to dozens of retailers, some of the city’s best people watching, and lively events like outdoor movie screenings and popular farmers markets. Neighborhood landmarks include the historic Georgian Hotel and the Fairmont Miramar Hotel & Bungalows.<br><br>
  236. <a href="/downtown">Attractions around Downtown Santa Monica.</a><br><br>
  237. <a href="/tagged/sm:-downtown">Residents in Downtown Santa Monica</a>
  238. </td>
  239. </tr>
  240. <!-- end of member one -->
  241.  
  242. <!-- start of member two -->
  243. <tr>
  244. <td style="color: ;"><!--input individual member's description background color here-->
  245. <div class="name">
  246. <span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—&nbsp;&nbsp;</span>
  247. <a href="http://santamonicacityrp.tumblr.com/mainstreet"><!--change member's url here-->
  248. Main Street<!--change member's name here-->
  249. </a><span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—</span>
  250. </div>
  251. <!--change member description here-->
  252. Set just two blocks from the Pacific Ocean, Main Street stretches nearly a mile, with a unique laid-back collection of restaurants, boutiques, coffee shops, and salons. Independent retailers and small, local chains—many with health-focused options—anchor the tree-lined blocks between Pico Boulevard to the north and the city of Venice to the south. On Sundays, families and residents flock to Heritage Square for the bustling farmers market, which features live music, and free valet parking for cyclists. Just two blocks to the west is Ocean Park Beach, a five-acre park just south of the iconic Santa Monica Pier. Santa Monica’s Main Street bears the laid back artsy side of Santa Monica, a side of the city that has been characterized by a local, surf vibe for years.<br><br>
  253. <a href="/mainstreet">Attractions around Main Street.</a><br><br>
  254. <a href="/tagged/sm:-main-street">Residents in Main Street</a>
  255. </td>
  256. <td style="background: url(http://static.tumblr.com/mgn77jf/7MUo2s630/main.png);"><!--change member picture here-->
  257. </td>
  258. </tr>
  259. <!-- end of member two -->
  260.  
  261. <!-- start of member three -->
  262. <tr>
  263. <td style="background: url(http://static.tumblr.com/mgn77jf/M7wo2s6qa/midcity.png);"><!--change member picture here-->
  264. </td>
  265. <td style="color: ;"><!--input individual member's description background color here-->
  266. <div class="name">
  267. <span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—&nbsp;&nbsp;</span>
  268. <a href="http://santamonicacityrp.tumblr.com/midcity"><!--change member's url here-->
  269. Mid-City<!--change member's name here-->
  270. </a><span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—</span>
  271. </div>
  272. <!--change member description here-->
  273. Mid-City is an up and coming arts district solidified by destinations like the 18th Street Arts Center and Bergamot Station which houses more than 40 galleries. Adding to the neighborhood’s appeal is the diverse array of dining. Mid-City is accessed by major thoroughfares Wilshire Boulevard and the Santa Monica 10-Freeway.<br><br>
  274. <a href="/midcity">Attractions around Mid-City.</a><br><br>
  275. <a href="/tagged/sm:-mid-city">Residents in Mid-City</a>
  276. </td>
  277. </tr>
  278. <!-- end of member three -->
  279.  
  280. <!-- start of member four -->
  281. <tr>
  282. <td style="color: ;"><!--input individual member's description background color here-->
  283. <div class="name">
  284. <span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—&nbsp;&nbsp;</span>
  285. <a href="http://santamonicacityrp.tumblr.com/montana"><!--change member's url here-->
  286. Montana Avenue<!--change member's name here-->
  287. </a><span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—</span>
  288. </div>
  289. <!--change member description here-->
  290. Sharing a likeness to Rodeo Drive, Montana Avenue is a more laid-back alternative to Rodeo Drive. Located at the northwest edge of town, it is a few miles from Ocean Avenue, the Santa Monica Pier and Third Street Promenade, it is a ten block stretch that boasts over a hundred and fifty boutiques and retailers. The streets are often filled with stylish locals and visitors sipping on espressos and chic cafes while browsing shops from high-end designers.<br><br>
  291. <a href="/montana">Attractions around Montana Avenue.</a><br><br>
  292. <a href="/tagged/sm:-montana-avenue">Residents in Montana Avenue</a>
  293. </td>
  294. <td style="background: url(http://static.tumblr.com/mgn77jf/Il4o2s74s/montana.png);"><!--change member picture here-->
  295. </td>
  296. </tr>
  297. <!-- end of member four -->
  298.  
  299. <!-- start of member five -->
  300. <tr>
  301. <td style="background: url(http://static.tumblr.com/mgn77jf/t3lo2s7le/ocean_park_blvd.png);"><!--change member picture here-->
  302. </td>
  303. <td style="color: ;"><!--input individual member's description background color here-->
  304. <div class="name">
  305. <span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—&nbsp;&nbsp;</span>
  306. <a href="http://santamonicacityrp.tumblr.com/oceanparkblvd"><!--change member's url here-->
  307. Ocean Park Boulevard<!--change member's name here-->
  308. </a><span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—</span>
  309. </div>
  310. <!--change member description here-->
  311. The Santa Monica Airport services private and charter planes. It is also home to an aviation museum, the Museum of Flying, Ocean Park Boulevard houses various attractions such as a garden of native plants, a twice-monthly antique market, two restaurants, and two observation decks. North of Ocean Park Boulevard runs from the sand to the city’s eastern edge where hidden among the numerous residences are locally owned restaurants and some of the city’s best shops.<br><br>
  312. <a href="/oceanparkblvd">Attractions around Ocean Park Boulevard.</a><br><br>
  313. <a href="/tagged/sm:-ocean-park">Residents in Ocean Park Boulevard</a>
  314. </td>
  315. </tr>
  316. <!-- end of member five -->
  317.  
  318. <!-- start of member four -->
  319. <tr>
  320. <td style="color: ;"><!--input individual member's description background color here-->
  321. <div class="name">
  322. <span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—&nbsp;&nbsp;</span>
  323. <a href="http://santamonicacityrp.tumblr.com/pico"><!--change member's url here-->
  324. Pico Boulevard<!--change member's name here-->
  325. </a><span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—</span>
  326. </div>
  327. <!--change member description here-->
  328. This bustling thoroughfare connects Santa Monica State Beach to the west and downtown Los Angeles destinations like Staples Center and the Los Angeles Convention Center to the east. Hotels (both luxury and economy) line the blocks, as do a rich variety of restaurants and boutiques. Neighborhood landmarks include Virginia Avenue Park and Santa Monica College. Santa Monica High School, whose notable alums include Robert Downey Jr., Rob Lowe, and Carson Daly, also resides on Pico Boulevard. Running parallel to I-10 is perhaps the most ethnically diverse neighborhood in Santa Monica. The people here can vary, from college students strolling in and around Santa Monica College to locals popping in and out of the clothing boutique shops, record stores, and art galleries.<br><br>
  329. <a href="/pico">Attractions around Pico Boulevard.</a><br><br>
  330. <a href="/tagged/sm:-pico">Residents in Pico Boulevard</a>
  331. </td>
  332. <td style="background: url(http://static.tumblr.com/mgn77jf/dh9o2s7wj/pico.png);"><!--change member picture here-->
  333. </td>
  334. </tr>
  335. <!-- end of member four -->
  336.  
  337. <!-- start of member five -->
  338. <tr>
  339. <td style="background: url(http://static.tumblr.com/mgn77jf/WPVo2s87l/ocean_ave.png);"><!--change member picture here-->
  340. </td>
  341. <td style="color: ;"><!--input individual member's description background color here-->
  342. <div class="name">
  343. <span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—&nbsp;&nbsp;</span>
  344. <a href="http://santamonicacityrp.tumblr.com/oceanave"><!--change member's url here-->
  345. Ocean Avenue<!--change member's name here-->
  346. </a><span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—</span>
  347. </div>
  348. <!--change member description here-->
  349. Ocean Avenue is famous for the gem located at its southern end: The 106-year-old Santa Monica Pier, with its oft-photographed Ferris wheel, is justifiably popular with visitors thanks to a mix of amusement rides and games found at Pacific Park, the venerable theme park at its tip. Seafood restaurants and beaches populated with tanned surfers, sun worshipers, and body builders also top the list of reasons to spend a day in this neighborhood. And don’t miss the chance to snap a picture by the End of the Route sign on the Pier for the legendary Route 66, which ends its 2,500-mile journey a few blocks away at Olympic and Lincoln Boulevards.<br><br>
  350. <a href="/oceanave">Attractions around Ocean Avenue.</a><br><br>
  351. <a href="/tagged/sm:-ocean-avenue">Residents in Ocean Avenue</a>
  352.  
  353. </td>
  354. </tr>
  355. <!-- end of member five -->
  356.  
  357. <!-- start of member four -->
  358. <tr>
  359. <td style="color: ;"><!--input individual member's description background color here-->
  360. <div class="name">
  361. <span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—&nbsp;&nbsp;</span>
  362. <a href="http://santamonicacityrp.tumblr.com/wilshire"><!--change member's url here-->
  363. Wilshire &nbsp;&nbsp;&nbsp;&nbsp; Boulevard<!--change member's name here-->
  364. </a><span style="letter-spacing: -1px; color: #a1a1a1; font-family: Times;">—</span>
  365. </div>
  366. <!--change member description here-->
  367. Beginning at Ocean Avenue and running all the way through Santa Monica, Beverly Hills and into downtown L.A., Wilshire Boulevard Los Angeles is one of the most well-known streets in town. It borders the Third Street Promenade on its southwestern edge, borders the hugely popular Douglas Park, known for playing fields, lawn bowling, reflecting pools, and natural landscaping. Eateries catering to every palate line the avenue, with a concentration of Mexican restaurants serving both new and old favorites. Numerous designer consignment shops dot the avenue as well, catering to fashionistas on a budget. The strip ends at the scenic Palisades Park, known for its inspiring sunset vistas.<br><br>
  368. <a href="/wilshire">Attractions around Wilshire Boulevard.</a><br><br>
  369. <a href="/tagged/sm:-wilshire">Residents in Wilshire Boulevard</a>
  370. </td>
  371. <td style="background: url(http://static.tumblr.com/mgn77jf/O9To2s8wt/wilshire.png);"><!--change member picture here-->
  372. </td>
  373. </tr>
  374. <!-- end of member four -->
  375.  
  376.  
  377. </table>
  378.  
  379. <div id="c">Codes by <b><a href="http://pohroro.com">Pohroro</a></b></div>
  380.  
  381. </div>
  382.  
  383. </body>
  384. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement