Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DariusShojaei

Members
  • Joined

  • Last visited

Everything posted by DariusShojaei

  1. The design is solid. I can't that much wrong with it. Possibly the spacing of the contact information at the bottom left of the footer could be spaced apart a little more vertically. But that's just me nit picking. It's a clean and solid design. I can't read the language, so it's hard for me to know what the content is about, so i can't really tell you if you need more content or not for the user experience. Visually it looks great.
  2. Here is the first version of this website i made for a Mexican Restaurant. http://papalopezcantina.com/
  3. Site looks good. Font is too small though. Increase Body text to at least 16px. Some of your text is 13px, and the users will have trouble reading it.
  4. Thanks for the info. I will play with the content height. Ive made a few other sites, which are more traditional where everything is wrapped in a container. Ive started to notice more complicated problems when it came to full width websites. Especially when things are absolutely positioned. What are you recommend media queries resolution sizes? I used mine based off this site. http://www.hobo-web.co.uk/best-screen-size/ I designed my site on 1280 by 720.
  5. I disagree, the Jquery loads fine on my computer. I like the over all design, it's great. It's a good layout. I would also recommend maybe putting some weight to the over all text.
  6. Thanks for the link. I noticed this as well, still trying to figure out what i could do to fix this problem. Would creating the nav bar using "ems" help with issues like this?
  7. The website has no logo. You used only Text. Shows how much you tried in the first place. I like the color combo, but i would maybe style the site a little more. Ive noticed you are using a Nav bar that is styled from the W3 Css site, you could at least change the CSS style a little compared to the already free source code. The Search bar as well has no style, and as well the Free Daily Email is missing style. Plus the Email Me button is not aligned correctly to the container.
  8. Could you please go in to more detail? Is the information not displayed correctly? Any details would be appreciated.
  9. It's a solid theme, but if i was a design agency i'd take pride in not using a pre-made theme. Sadly clients wont know the difference, only professional would. And i like the logo the best out of the whole site,
  10. This is my first site that ive been able to launch onto the web. The Menu page is 90% done, but i really wanted to know your opinions on the home page. This is my first time using media queries, so i wanted to see if you guys could find some resolutions that broke my site. Plus what do you think? http://www.petyrprises.com/papalopez/ The company is named Papa Lopez. It's a small family owned Mexican Cantina in Texas. The theme of the place is very bright colored with Orange, Lime Green, and Purple being the main colors. (Yes i know... Purple!) So think Old Mexico.
  11. I'd use Adobe PHotoshop. That's just my personal preference. I love making animated gifs for load screens.
  12. It's on my doc. I just forgot to highlight when i copied it. That's not really the problem.
  13. Okay.. I know the basics of putting a Div within a Div. Code (text): <div id="container"> <div id="articles"> </div> </div> This has always worked for me. Lately i've been trying to add a slide Show Jquery plugin so i can at least have some kind of Slideshow at the top of my site. Ive been spending a whole week testing all sorts of CSS,HTML and Jquery slideshows with none of them ever working properly. My knowledge in Jquery is biggeiner, but i can copy and paste no problem, which is what many of these sites only need. I finally got one working today, but as soon as i started to add my FaceBook Plugin the slide show stopped working. Worse of all i'm trying to play the slideshow within a Div="banner". It's just a frame really to place around the slide show. <div id="frame"> <div id="slideshow"> </div> </div> This seems to work no problem with any other sites ive made with containting content within a Div, and even including this one. You can see it in my code that my article section , and this was set up no problem. So is my jquery code just flawed, or am i missing the big picture? I'm new to the whole Jqery placement.. Some people say to place it at the start of the <body> and then some say to place it near the end of <body> I'm starting to notice the more Jquery plugins i add to the site the more its being a huge hassle when everything before was running smoothly graphically. Ive wasted a week now trying to figure out these things. All all I'm really wanting is a simple FaceBook plugin, and a Slideshow at the top of the site to display some new things being added to the site Code (text): <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Lumbre Fire Tribe</title> <link href='http://fonts.googleapis.com/css?family=Belleza' rel='stylesheet' type='text/css'/> <link href="style.css" rel="stylesheet" type="text/css" media="all" /> </head> <body> <div id="fb-root"></div> <!--FaceBook Plugin Script--> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ slideShow(); }); function slideShow() { var showing = $('#slideshow .is-showing'); var next = showing.next().length ? showing.next() : showing.parent().children(':first'); showing.fadeOut(800, function() { next.fadeIn(800).addClass('is-showing'); }).removeClass('is-showing'); setTimeout(slideShow, 5000); } </script> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1" fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div id="bg"><img src="Img/lumbre_bg.jpg" width="100%" height="100%" alt=""></div> <div class="container"> <header> <img src="Img/Lumbre_Mock_03 (2).png" /> <!--Logo--> </header> <nav> <ul> <!--Nav_Bar_Links--> <li><a href="#home">Home</a></li> <li><a href="#tribe">Tribe</a></li> <li><a href="#gear">Gear</a></li> <li><a href="#gallery">Gallery</a></li> <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> </nav> <div id="banner"> <img src="Img/Lumbre_Mock_2_07.png"/><img src="Img/Lumbre_Mock_2_10.jpg" width="785" height="268" alt="image 1" class="is-showing" /> <div id="slideshow"><img src="Img/Lumbre_Mock-Recovered-Recovered_03.jpg" width="785" height="268" alt="image 2" /> </div> </div> <div id="event"><img src="Img/Lumbre_Mock_2_11.jpg"/></div> <div class="fb-comments" data-href="https://www.facebook.com/LumbreFire" data-colorscheme="dark" data-numposts="1" data-width="341"></div> <div id="content"> <article> <h1><p>Welcome</p></h1> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non scelerisque diam, id adipiscing libero. Maecenas sollicitudin semper nisi, in aliquam lorem lobortis ut. Praesent turpis nibh, consectetur a dolor imperdiet, sodales congue turpis. Proin nibh nulla, pulvinar sed elit id, commodo sagittis est. Nam sed elit et dolor lacinia ornare at eu nunc. Interdum et malesuada fames ac ante ipsum primis in faucibus. Mauris fringilla vehicula lacus, ac mollis tortor malesuada ac. In suscipit dui urna, vitae malesuada massa pretium sed. Pellentesque feugiat urna diam, sit amet aliquet ante varius non. Quisque fermentum tortor lacus, vel lobortis turpis euismod ut. </p></article> <div class="links"> <div id="shop"> <a href="#shop"> <img border="0" alt="Shop" src="Img/Lumbre_Mock_2_18.png" width="437" height="126"> </a></div> <div id="training"> <a href="#training"> <img border="0" alt="Shop" src="Img/Lumbre_Mock_2_21.png" width="437" height="126"> </a></div> <div id="tribe"> <a href="#tribe"> <img border="0" alt="Shop" src="Img/Lumbre_Mock_2_23.png" width="437" height="125"> </a></div> </div> <!--End of Links--> </div> </div> <!--End of Container--> <div id="footer"> <aside> <a id="facebooklink" href="#" title="Star"><span>Star button</span></a> <a id="twitterlink" href="#" title="Star"><span>Star button</span></a> </aside> <section> <div id="navigation"> <img src="Img/Lumbre_Mock_05.png" /> <ul> <!--Footer_Nav_Bar_Links--> <li><a href="#home">Home</a></li> <li><a href="#tribe">Tribe</a></li> <li><a href="#gear">Gear</a></li> <li><a href="#gallery">Gallery</a></li> <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> </div> <div id="office"> <img src="Img/Lumbre_Mock_07.png" /> <p>+972 333 4333 <br /> 1232 Purbery Dr. <br />Dallas, Tx 75432</p> </div> <article>Copyright © 2013 3rd Eye Design</article> </section> </div> <!--End of Footer--> </body> </html> /* pushes the page to the full capacity of the viewing area */ html {height:100%; } body {height:100%; margin:0; padding:0; } /* prepares the background image to full capacity of the viewing area */ #bg {position:fixed; top:0; left:0; width:100%; height:100%; } .container { -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; width:960px; margin:0px auto; position:relative; /* places the content ontop of the background image */ z-index:1; } /*Nav Bar*/ nav { margin:20px 0px 40px 365px; } ul { list-style-type:none; margin:0; padding:0; padding-top:6px; padding-bottom:6px; } li { display:inline; margin-right:20px; font-family:"Times New Roman", Times, serif; } a:link,a:visited { color:#666; text-align:center; padding:6px; text-decoration:none; text-transform:uppercase; } a:hover,a:active { font-weight:bold; } header{ /*Logo*/ margin-top:30px; margin-left:30px; } #banner { /*Slide Show*/ width:819px; position:relative; margin: 0px auto 0px auto; } #slideshow { height: 268px; width: 785px; margin: 0 auto 0 auto; overflow:hidden; } #slideshow img { display:none; position:relative; } #slideshow .is-showing { display: inline; position:relative} #event { /*Event Listings*/ width:341px; float:left; margin-right:30px; margin-left:124px; margin-bottom:40px; } .fb-comments { /*FaceBook Plugin*/ width:314px; float:left; margin-right:124; margin-bottom:40px; } #content { position:relative; width:820px; height:463px; margin:0px 70px 120px 70px; float:left; background-image: url(Img/Lumbre_Mock_2-Recovered__18_03.png) } article { width:331px; height:444; background:url(Img/Lumbre_Mock_2-Recovered_18.png); margin:10px 7px 0px 28px; float:left; } .links { float:left; width:437px; } #shop { width:437; float:left; height:126; margin-top:24px; } #training { width:437; float:left; height:126; margin-top:14px; } #tribe { width:437; float:left; height:126; margin-top:14px; } #footer { clear:both; width:100%; height:276px; position:relative; z-index:1; background-image: url(Img/Lumbre_Mock_2_20.png); } aside { width:30%; } section { width:70%; } #facebooklink { float:left; margin:50px 0px 0px 100px; display: inline; width: 53px; height: 48px; background:url(Img/facebook_link.png) no-repeat 0 0; } #facebooklink:hover { background-position: 0 -59px; } #facebooklink span { position: absolute; top: -999em; } #twitterlink { float:left; margin:50px 0px 0px 3px; display: inline; width: 54px; height: 48px; background:url(Img/twitter_link.png) no-repeat 0 0; } #twitterlink:hover { background-position: 0 -59px; } #twitterlink span { position: absolute; top: -999em; } #navigation { float:left; width:20%; } /*Footer Nav Bar*/ #navigation { margin-top:60px; margin-left:35px; } #navigation ul li { margin:3px 0px 0px 10px; } #navigation ul { list-style-type:none; margin:0; padding:0; padding-top:0px; padding-bottom:0px; } #navigation li { display:block; margin-right:1px; font-family:"Times New Roman", Times, serif; } #navigation a:link, #navigation a:visited { color:#FFF; text-align:center; padding:0px; text-decoration:none; text-transform:uppercase; } #navigation a:hover, #navigation a:active { font-weight:bold; } #office { /*Office Container Footer*/ margin-top:60px; margin-left:35px; float:left; width:20% color:#FFF } p { color:#FFF } section article{ /*Copyright*/ color:#FFF; margin-left:99%; }
  14. Welcome! I'm new myself.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.