Skip to content

Commit

Permalink
Testimonial section upate #176 from Dharmi-dev/main
Browse files Browse the repository at this point in the history
Updated testimonial cards in index.html
  • Loading branch information
4darsh-Dev authored Aug 10, 2024
2 parents cf4d21f + c1f9b3d commit b924619
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions django-web-app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ <h2>CogniGuard reviews</h2>
<i class="fas fa-quote-left"></i>
<p>I love how CogniGuard educates me about dark patterns. The community aspect and reward points make it fun to contribute too!</p>
<div class="testimonial-author">
<img src="{% static 'img/sample-profile.png' %}" alt="Lance Jarvis">
<h3>User name</h3>
<img src="{% static 'https://media.licdn.com/dms/image/v2/D5603AQFz9vCras86Sw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1712070916942?e=1728518400&v=beta&t=ApYPKtnAgE1tgp9PBavhxehMXYMjMnS68Dn5VZa3HSs' %}" alt="Lance Jarvis">
<h3>Ankit Negi</h3>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
Expand All @@ -132,11 +132,10 @@ <h3>User name</h3>
</div>
<div class="testimonial-card">
<i class="fas fa-quote-left"></i>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum consequat, sapien vitae
congue fringilla, sem eros consequat tellus, quis volutpat leo enim.</p>
<p>The overall experience was very well and userfriendly, I got to know about what dark patter is and their all categories. CogniGaurd detects the dark pattern correctly, but sometimes get confused</p>
<div class="testimonial-author">
<img src="{% static 'img/sample-profile.png' %}" alt="Ericka Lynda">
<h3>User name</h3>
<img src="{% static 'https://avatars.githubusercontent.com/u/148576891?v=4' %}" alt="Ericka Lynda">
<h3>Dharmesh</h3>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
Expand All @@ -146,11 +145,10 @@ <h3>User name</h3>
</div>
<div class="testimonial-card">
<i class="fas fa-quote-left"></i>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum consequat, sapien vitae
congue fringilla, sem eros consequat tellus, quis volutpat leo enim.</p>
<p>I am very happy that such extension exist for detecting darkpatterns, this is because we sometimes really get confused about any message is considered as dark pattern or not, but it clear all my boubts and also teaches very well</p>
<div class="testimonial-author">
<img src="{% static 'img/sample-profile.png' %}" alt="Neil Wilford">
<h3>User name</h3>
<img src="{% static 'https://media.licdn.com/dms/image/v2/D5603AQE8M4nseTycKg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1702703401215?e=1728518400&v=beta&t=V67g2MiuH9Lx82WlUa6ETYXH60PtIUn7WwZzjf4J9VI' %}" alt="Neil Wilford">
<h3>Ganesh Singh</h3>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
Expand All @@ -174,4 +172,4 @@ <h3>User name</h3>
{% block script %}
<script src="{% static 'js/messages.js' %}"></script>
<script src="{% static 'js/script.js' %}"></script>
{% endblock script %}
{% endblock script %}

0 comments on commit b924619

Please sign in to comment.