-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
78 lines (69 loc) · 5.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
layout: splash
permalink: /
header:
overlay_color: "#5e616c"
overlay_image: /assets/images/humanetech-community-hero.png
og_image: /assets/images/humane-tech-community-ogimage.png
actions:
- label: "<i class='fas fa-sign-in-alt'></i> Be a Builder"
url: "/join/"
caption:
excerpt: 'We are building the Pyramids of Humane Technology. We envision a future where we have unobtrusive technology that is empowering us and that allows humans to flourish and humanity to thrive. Where the digital world is a natural extension of the real one and a reflection of ourselves.<br/><br/><span class="fas fa-quote-left"></span> <i>We Promote Solutions That Improve Wellbeing, Freedom and Society.</i> <span class="fas fa-quote-right"></span><br/>'
feature_row:
- image_path: /assets/images/humanetech-pyramid-of-wellbeing-tinted-bare.png
alt: "Pyramid of Wellbeing"
title: "Pyramid of Wellbeing"
excerpt: "How is it possible that so much technology affects us negatively, erodes our social skills? Let's focus on the tech and healthy habits that improve our overall wellbeing. Technology as enabler of a happier life."
url: "/focus/wellbeing/"
btn_class: "btn--primary wellbeing"
btn_label: "Wellbeing"
- image_path: /assets/images/humanetech-pyramid-of-freedom-tinted-bare.png
alt: "Pyramid of Freedom"
title: "Pyramid of Freedom"
excerpt: "The advent of the internet promised us great freedom of expression, yet now technology poses the biggest threat to us being free. Let's turn that tide. Technology should allow people to flourish."
url: "/focus/freedom/"
btn_class: "btn--primary freedom"
btn_label: "Freedom"
- image_path: /assets/images/humanetech-pyramid-of-society-tinted-bare.png
alt: "Pyramid of Society"
title: "Pyramid of Society"
excerpt: "Social media and the internet could be the binding force of our society, yet it is driving us apart. Let's improve how we interact together. Inclusive access, protection. A safe space where humanity can thrive."
url: "/focus/society/"
btn_class: "btn--primary society"
btn_label: "Society"
feature_humanetech:
- image_path: /assets/images/humanetech-pyramid-of-alignment-tinted-bare.png
alt: "Pyramid of Alignment"
title: "Pyramid of Technology Alignment"
excerpt: "Tim Berners-Lee envisioned the web as a decentralized medium based on open standards that would allow everyone equal access to humanity's great wealth and knowledge. Dominant players, centralized walled gardens, and technology that does us harm have thwarted this vision. How do we get human-scale technology back? The solutions exist, and we must discover and adopt them, so we can evolve into the digital realm."
url: "/focus/alignment/"
btn_class: "btn--primary alignment"
btn_label: "Technology alignment"
feature_eradicate-harms:
- title: We focus on eradicating <a href="focus/harms-of-technology">Harms of Technology</a>
feature_quote1:
- title: '<span class="fas fa-quote-left"></span> Humane Tech is technology that is responsive to how humans learn, think, and create and thrive <span class="fas fa-quote-right"></span>'
- excerpt: "<i>Ohio State University, humanetechosu.org</i>"
feature_quote2:
- title: '<span class="fas fa-quote-left"></span> Facing unprecedented challenges, we can choose to remain open to possibility and creativity—not mired in despair.</span><br/><div style="margin-top: 0.4em;">We can create and enthusiastically share<br/>a solutions story today, every day.<br/>It is a revolutionary act. <span class="fas fa-quote-right"></span></div>'
- excerpt: "<i>Frances Moore Lappe, Activist</i>"
feature_socialshare:
- title: "Help Reinforce Our Message"
- excerpt: 'Like, share and comment on [<i class="fab fa-twitter"></i>](https://twitter.com/humane_tech_now){: .btn .btn--twitter} [<i class="fab fa-facebook"></i>](https://www.facebook.com/humanetechnology){: .btn .btn--facebook} [<i class="fab fa-linkedin"></i>](https://www.linkedin.com/groups/12154112/){: .btn .btn--linkedin} [<i class="fab fa-instagram"></i>](https://www.instagram.com/humane_tech_community/){: .btn .btn--instagram}'
under_construction:
- excerpt: '<h2><span style="color: #B82910">🛠 Under Construction</span> by a Community that <a href="https://community.humanetech.com/t/who-we-are-what-we-do-and-how-you-can-help-humane-technology-too/2955">You :heart: Can Join</a>!</h2>'
---
{% include feature_row id="feature_eradicate-harms" type="center" %}
{% include feature_row %}
{% include feature_row id="feature_quote1" type="center" %}
{% include feature_row id="feature_humanetech" type="left" %}
{% include feature_row id="feature_socialshare" type="center" %}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
<div class="grid__wrapper">
{% for post in site.posts limit:4 %}
{% include archive-single.html type="grid" %}
{% endfor %}
</div>
{% include feature_row id="feature_quote2" type="center" %}
{% include feature_row id="under_construction" type="center" %}