ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Need People to Check a Website for Me

    Scheduled Pinned Locked Moved IT Discussion
    web hostingdnsweb cachingcloudflare
    44 Posts 11 Posters 4.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403 @Dashrender
      last edited by

      @Dashrender said in Need People to Check a Website for Me:

      @DustinB3403 said in Need People to Check a Website for Me:

      @Dashrender said in Need People to Check a Website for Me:

      The shear fact that you have to do anything more than just click on the contact/about us pages seems like more work than necessary.

      But maybe I'm just channeling my inner JB this morning 😉

      I thought the same thing.

      LOL which part?

      Can't click on the email address to send an email. You'd have to copy it out to draft an email.

      1 Reply Last reply Reply Quote 0
      • stacksofplatesS
        stacksofplates @Dominica
        last edited by stacksofplates

        @Dominica said in Need People to Check a Website for Me:

        @Dashrender It's a modern design. There's no "down arrow" but if you look you can see that there's more to the page based on the slider on the side.

        Here's a full CSS pulsating arrow I did for a site if you want it:

        .scrollDown {
        	position: absolute;
          	bottom: 5%;
          	left: 50%;
          	margin-left: -20px;
          	color: #FFF;
          	-webkit-animation: pulsate 1s ease-in-out;
          	-webkit-animation-iteration-count: infinite;
          	-moz-animation: pulseate 1s ease-in-out;
          	-moz-animation-iteration-count: infinite;
          	-o-animation: pulsate 1s ease-in-out;
          	-o-animation-iteration-count: infinite;
          	animation: pulsate 1s ease-in-out;
          	animation-iteration-count: infinite;
          	opacity: 0.0;
        	width: 0;
        	height: 0;
        	border-left: 20px solid transparent;
        	border-right: 20px solid transparent;
        	border-top: 20px solid white;
        }
        
        @-webkit-keyframes pulsate {
        	0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
            100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
        }
        @-moz-keyframes pulsate {
        	0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
            100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
        }
        @-o-keyframes pulsate {
        	0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
            100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
        }
        @keyframes pulsate {
        	0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
            100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
        }
        
        1 Reply Last reply Reply Quote 0
        • DashrenderD
          Dashrender
          last edited by

          I suppose having an arrow is better than nothing, but wasn't what I was going for.

          1 Reply Last reply Reply Quote 0
          • DominicaD
            Dominica
            last edited by

            I think you're both channeling your inner fuddy duddy. Get with it, get hip 😉

            DashrenderD stacksofplatesS 2 Replies Last reply Reply Quote 0
            • DashrenderD
              Dashrender @Dominica
              last edited by Dashrender

              @Dominica said in Need People to Check a Website for Me:

              I think you're both channeling your inner fuddy duddy. Get with it, get hip 😉

              yeah, no! Really, please explain to me the logic that when I click a link all I see is a picture of something something that is completely useless to me! even if there is an arrow, now I have to click/scroll again to get to the data I should just be seeing because I clicked on a button that said - Contact us.

              I'm really trying to understand the logic here.

              stacksofplatesS 1 Reply Last reply Reply Quote 0
              • stacksofplatesS
                stacksofplates @Dominica
                last edited by

                @Dominica said in Need People to Check a Website for Me:

                I think you're both channeling your inner fuddy duddy. Get with it, get hip 😉

                Ha I don't think we need them. But I had to make some tasteful way for people like Dash to figure out there's more to a page than what you can see 😉

                1 Reply Last reply Reply Quote 0
                • stacksofplatesS
                  stacksofplates
                  last edited by

                  For what it's worth, here's what it would look like (I can't upload webm's so I have to use youtube):

                  Youtube Video

                  1 Reply Last reply Reply Quote 0
                  • stacksofplatesS
                    stacksofplates @Dashrender
                    last edited by

                    @Dashrender said in Need People to Check a Website for Me:

                    @Dominica said in Need People to Check a Website for Me:

                    I think you're both channeling your inner fuddy duddy. Get with it, get hip 😉

                    yeah, no! Really, please explain to me the logic that when I click a link all I see is a picture of something something that is completely useless to me! even if there is an arrow, now I have to click/scroll again to get to the data I should just be seeing because I clicked on a button that said - Contact us.

                    I'm really trying to understand the logic here.

                    Now I will say, I don't usually put a hero on anything other than the front page. If I would have a large image on another page, I would usually have CSS overlay a pattern over the image with the text on top. Sort of like this:

                    xCg5J.png

                    1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender
                      last edited by

                      I don't see any text on this picture.

                      stacksofplatesS 1 Reply Last reply Reply Quote 0
                      • stacksofplatesS
                        stacksofplates @Dashrender
                        last edited by

                        @Dashrender said in Need People to Check a Website for Me:

                        I don't see any text on this picture.

                        There isn't. It's an example of the CSS overlay pattern.

                        DashrenderD 1 Reply Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender @stacksofplates
                          last edited by

                          @stacksofplates said in Need People to Check a Website for Me:

                          @Dashrender said in Need People to Check a Website for Me:

                          I don't see any text on this picture.

                          There isn't. It's an example of the CSS overlay pattern.

                          OIC.

                          Can you please explain what this curmudgeon is missing in the use of hero panels - I think that's what you called it.

                          stacksofplatesS 1 Reply Last reply Reply Quote 0
                          • StrongBadS
                            StrongBad
                            last edited by

                            New site is coming up here. Sounds like I am too late, though.

                            1 Reply Last reply Reply Quote 0
                            • stacksofplatesS
                              stacksofplates @Dashrender
                              last edited by stacksofplates

                              @Dashrender said in Need People to Check a Website for Me:

                              @stacksofplates said in Need People to Check a Website for Me:

                              @Dashrender said in Need People to Check a Website for Me:

                              I don't see any text on this picture.

                              There isn't. It's an example of the CSS overlay pattern.

                              OIC.

                              Can you please explain what this curmudgeon is missing in the use of hero panels - I think that's what you called it.

                              I don't have a specific example with the overlay, but here is my site I was working on.

                              https://pennreporter.wordpress.com/city-council/third-class-city/

                              I think having the text tastefully on the images helps a lot. I don't have any hero sections other than the main page.

                              1 Reply Last reply Reply Quote 0
                              • NattNattN
                                NattNatt
                                last edited by

                                0_1486975718078_upload-0c8bc80d-61fe-4abc-bc59-2360733cd0da

                                1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller
                                  last edited by

                                  Yeah, I think that it is good now.

                                  1 Reply Last reply Reply Quote 2
                                  • wirestyle22W
                                    wirestyle22
                                    last edited by wirestyle22

                                    The site looks great

                                    Edit: Great job @Dominica !

                                    scottalanmillerS 1 Reply Last reply Reply Quote 1
                                    • scottalanmillerS
                                      scottalanmiller @wirestyle22
                                      last edited by

                                      @wirestyle22 said in Need People to Check a Website for Me:

                                      The site looks great

                                      Thanks. Thank @Dominica who is running the web design stuff now.

                                      1 Reply Last reply Reply Quote 2
                                      • 1
                                      • 2
                                      • 3
                                      • 2 / 3
                                      • First post
                                        Last post