|
2 | 2 | <div>
|
3 | 3 | <main>
|
4 | 4 |
|
5 |
| -<!-- Blog detail start --> |
6 |
| -<section class="blog__detail"> |
7 |
| - <div class="container g-0 line pt-140"> |
8 |
| - <span class="line-3"></span> |
9 |
| - <div class="row"> |
10 |
| - <div class="col-xxl-8 col-xl-10 offset-xxl-2 offset-xl-1"> |
11 |
| - <div class="blog__detail-top"> |
12 |
| - <h2 class="blog__detail-date animation__word_come">Marketing <span>25 Jan 2019</span></h2> |
13 |
| - <h3 class="blog__detail-title animation__word_come">Donate your design for newest designers to try |
14 |
| - better |
15 |
| - </h3> |
16 |
| - |
17 |
| - </div> |
18 |
| - </div> |
19 |
| - <div class="col-xxl-12"> |
20 |
| - <div class="blog__detail-thumb"> |
21 |
| - <img src="@/assets/imgs/blog/detail/1.jpg" alt="Blog Thumbnail" data-speed="0.5"> |
22 |
| - </div> |
23 |
| - </div> |
24 |
| - |
25 |
| - </div> |
26 |
| - </div> |
27 |
| -</section> |
28 |
| -<!-- Blog detail end --> |
| 5 | + <!-- Blog detail start --> |
| 6 | + <section class="blog__detail"> |
| 7 | + <div class="container g-0 line pt-140"> |
| 8 | + <span class="line-3"></span> |
| 9 | + <div class="row"> |
| 10 | + <div class="col-xxl-8 col-xl-10 offset-xxl-2 offset-xl-1"> |
| 11 | + <div class="blog__detail-top"> |
| 12 | + <h2 class="blog__detail-date animation__word_come">Design, Marketing <span>25 Jan 2019</span></h2> |
| 13 | + <h3 class="blog__detail-title animation__word_come">Donate your design for newest designers to try |
| 14 | + better |
| 15 | + </h3> |
| 16 | + <div class="blog__detail-metalist"> |
| 17 | + <div class="blog__detail-meta"> |
| 18 | + <img src="@/assets/imgs/blog/detail/author.png" alt="Author Picture"> |
| 19 | + <p>Writen by <span>Codexpand</span></p> |
| 20 | + </div> |
| 21 | + <div class="blog__detail-meta"> |
| 22 | + <p>Viewed <span>3 min read</span></p> |
| 23 | + </div> |
| 24 | + </div> |
| 25 | + </div> |
| 26 | + </div> |
| 27 | + <div class="col-xxl-12"> |
| 28 | + <div class="blog__detail-thumb" style="overflow: hidden;"> |
| 29 | + <img ref="parallaxImage" src="@/assets/imgs/blog/detail/1.jpg" alt="Blog Thumbnail" style="position: absolute;"> |
| 30 | + </div> |
| 31 | + <!-- <div class="blog__detail-thumb"> |
| 32 | + <img src="@/assets/imgs/blog/detail/1.jpg" alt="Blog Thumbnail" data-speed="0.5"> |
| 33 | + </div> --> |
| 34 | + </div> |
| 35 | + <div class="col-xxl-8 col-xl-10 offset-xxl-2 offset-xl-1"> |
| 36 | + <div class="blog__detail-content"> |
| 37 | + <p>We love to bring designs to life as a developer, and I aim to do this using whatever front end |
| 38 | + tools are necessary. My preferred tools are more modern javascript libraries like React.js but I |
| 39 | + like to use whatever is best for the websites needs. There are several reasons why a business would |
| 40 | + consider a rebrand and it doesn’t necessarily mean the business has been unsuccessful. </p> |
| 41 | + <p>But in order that you may see whence all this born error of those who accuse pleasure and praise |
| 42 | + pain, I will open the whole matter, and explain the very things which were said by that discoverer |
| 43 | + of truth and, as it were, the architect of a happy life.</p> |
| 44 | + <img src="@/assets/imgs/blog/detail/2.jpg" alt="Blog Image"> |
| 45 | + <h2>JavaScript</h2> |
| 46 | + <p>We love to bring designs to life as a developer, and I aim to do this using whatever front end |
| 47 | + tools are necessary. My preferred tools are more modern javascript libraries like React.js but I |
| 48 | + like to use whatever is best for the websites needs. There are several reasons why a business would |
| 49 | + consider a rebrand and it doesn’t necessarily mean the business has been unsuccessful.</p> |
| 50 | + <h2>Fremework</h2> |
| 51 | + <p>Always ready to push the boundaries, especially when it comes to our own platform, Our analytical |
| 52 | + eye to create a site that was visually engaging and also optimised for maximum performance. It also |
| 53 | + perfectly reflects the journey to help it tell a story to increase its understanding and drive |
| 54 | + action. To create a site that was visually engaging for maximum performance.</p> |
| 55 | + <ul> |
| 56 | + <li>Brand Development</li> |
| 57 | + <li>UX/UI Design</li> |
| 58 | + <li>Front-end Development</li> |
| 59 | + <li>Copywriting</li> |
| 60 | + <li>Shopify Development</li> |
| 61 | + </ul> |
| 62 | + <h2>Visual Studio</h2> |
| 63 | + <p>Just like other pseudo-elements and pseudo-class selectors, :not() can be chained with other |
| 64 | + pseudo-classes and pseudo-elements. For example, the following will add a “New!” word to list items |
| 65 | + that do not have a .old class name, using the ::after pseudo-element:</p> |
| 66 | + <img src="@/assets/imgs/blog/detail/2.jpg" alt="Code"> |
| 67 | + </div> |
| 68 | + <div class="blog__detail-tags"> |
| 69 | + <p class="sub-title-anim">tags: <a href="tag.html">design</a>, <a href="tag.html">figma</a>, |
| 70 | + <a href="tag.html">update</a> |
| 71 | + </p> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + </section> |
| 77 | + <!-- Blog detail end --> |
| 78 | + |
| 79 | + |
| 80 | + <!-- Related blog start --> |
| 81 | + <section class="blog__related blog__animation"> |
| 82 | + <div class="container g-0 line pt-130 pb-140"> |
| 83 | + <span class="line-3"></span> |
| 84 | + <div class="row"> |
| 85 | + <div class="col-xxl-12"> |
| 86 | + <div class="sec-title-wrapper"> |
| 87 | + <h2 class="sec-title title-anim">Related Aricles</h2> |
| 88 | + </div> |
| 89 | + </div> |
| 90 | + </div> |
| 91 | + |
| 92 | + <div class="row reset-grid"> |
| 93 | + <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4" v-for="(blog, index) in blogData.slice(0, commentsToShow)" v-bind:key="index"> |
| 94 | + <article class="blog__item"> |
| 95 | + <div class="blog__img-wrapper"> |
| 96 | + <a href="blog-details.html"> |
| 97 | + <div class="img-box"> |
| 98 | + <img class="image-box__item" src="@/assets/imgs/blog/1.jpg" alt="Blog Thumbnail"> |
| 99 | + <img class="image-box__item" src="@/assets/imgs/blog/1.jpg" alt="BLog Thumbnail"> |
| 100 | + </div> |
| 101 | + </a> |
| 102 | + </div> |
| 103 | + <h4 class="blog__meta sub-title-anim"><a href="">UI Design</a>{{blog.date}}</h4> |
| 104 | + <h5><a href="" class="blog__title sub-title-anim">{{blog.title}} |
| 105 | + </a></h5> |
| 106 | + |
| 107 | + <router-link :to="'/post' + index" class="blog__btn">Read More<span><i class="fa-solid fa-arrow-right"></i></span></router-link> |
| 108 | + <!-- <a href="blog-details.html" class="blog__btn">Read More <span><i |
| 109 | + class="fa-solid fa-arrow-right"></i></span></a> --> |
| 110 | + </article> |
| 111 | + </div> |
| 112 | + </div> |
| 113 | + </div> |
| 114 | + </section> |
| 115 | + <!-- Related blog end --> |
| 116 | + |
| 117 | + |
| 118 | + <!-- CTA area start --> |
| 119 | + <section class="cta__area"> |
| 120 | + <div class="container line pb-110"> |
| 121 | + <div class="line-3"></div> |
| 122 | + <div class="row"> |
| 123 | + <div class="col-xxl-12"> |
| 124 | + <div class="cta__content"> |
| 125 | + <p class="cta__sub-title">Work with us</p> |
| 126 | + <h2 class="cta__title title-anim">We would love to hear more about your project</h2> |
| 127 | + <div id="btn_wrapper"> |
| 128 | + <a href="/contact" class="wc-btn-primary btn-item btn-hover"><span></span>Let’s talk us <i |
| 129 | + class="fa-solid fa-arrow-right"></i></a> |
| 130 | + </div> |
| 131 | + </div> |
| 132 | + </div> |
| 133 | + </div> |
| 134 | + </div> |
| 135 | + </section> |
| 136 | + <!-- CTA area end --> |
29 | 137 |
|
30 | 138 |
|
31 | 139 |
|
32 | 140 | </main>
|
33 | 141 | </div>
|
34 | 142 | </template>
|
| 143 | + |
| 144 | +<script> |
| 145 | +export default { |
| 146 | + data(){ |
| 147 | + return{ |
| 148 | +
|
| 149 | + blogData : |
| 150 | + [ |
| 151 | + { |
| 152 | + date:". 02 May 2019", |
| 153 | + title:"How to bring fold to your startup company with Axtra", |
| 154 | + }, |
| 155 | + { |
| 156 | + date:". 02 May 2019", |
| 157 | + title:"How to manage a talented and successful de sign team", |
| 158 | + }, |
| 159 | + { |
| 160 | + date:". 02 May 2019", |
| 161 | + title:"How to bring fold to your startup company with Axtra", |
| 162 | + }, |
| 163 | + ], |
| 164 | + commentsToShow: 3 |
| 165 | + } |
| 166 | +}, |
| 167 | +
|
| 168 | +// parallex |
| 169 | + mounted() { |
| 170 | + window.addEventListener('scroll', this.handleScroll); |
| 171 | + }, |
| 172 | + methods: { |
| 173 | + handleScroll() { |
| 174 | + const image = this.$refs.parallaxImage; |
| 175 | + const speed = 0.3; |
| 176 | + const yPos = window.pageYOffset * speed; |
| 177 | + image.style.transform = `translate3d(0, ${yPos}px, 0)`; |
| 178 | +
|
| 179 | + } |
| 180 | + }, |
| 181 | + beforeDestroy() { |
| 182 | + window.removeEventListener('scroll', this.handleScroll); |
| 183 | + } |
| 184 | + // parallex ends |
| 185 | +}; |
| 186 | +</script> |
| 187 | + |
| 188 | +<style scoped> |
| 189 | +.blog__detail-thumb img { |
| 190 | + height: 150% !important;; |
| 191 | +} |
| 192 | +</style> |
| 193 | + |
| 194 | + |
0 commit comments