-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZoe_template.html
More file actions
61 lines (48 loc) · 2.43 KB
/
Copy pathZoe_template.html
File metadata and controls
61 lines (48 loc) · 2.43 KB
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
{% extends "template.html" %}
{% block child_block %}
<!-- Jumbotron -->
<header class="headline">
<img class="headline-img" src="https://i.ytimg.com/vi/M0Hhl27TPR4/maxresdefault.jpg">
<div class="centered-text">
<h1>Zoe Adamovicz</h1>
<div class="hide">
<hr>
<h4>Forbes Top 50 Women in Tech</h4>
</div>
</div>
</header>
<!-- Container #1 -->
<div class="top-container">
<div class="img-left">
<img src="https://pbs.twimg.com/profile_images/978619540962729985/8Q-NXzEI_400x400.jpg">
</div>
<div class="text-right">
<h2>Co-Founder and CEO of <a href="https://neufund.org/">Neufund</a></h2>
<p>Neufund brings ownership back to the people. We enhance real-world assets with legally enforceable security tokens.</p>
<p>Make ownership transparent, inclusive and efficient. Cut the greedy middleman. Lower entry level. Enable direct transferability of assets. Make issuance easier and more accessible. In other words, enable ownership. For all.</p>
</div>
</div>
<!-- Top container ends -->
<!-- Container #2 -->
<div class="middle-container">
<div class="text-left">
<h2>Co-Founder & Management Board of <a href="https://concisesoftware.com/">Concise Software</a></h2>
<p>When we launched Concise Software we set out to change the way software services work. We organized our services to focus on engineering methodologies oriented towards flexibility, iterative improvements and speed.</p>
<p>The result has been the success of our clients and partners — many of whom started with our team during ideation and MVP development and continued during market release and market success.</p>
</div>
<div class="img-right">
<img src="https://www.serchen.com/images/thumbnails/large/53803.jpg">
</div>
</div>
<!-- Middle container ends -->
<div class="bottom-container">
<div class="container">
<header><h2>Check out his/her social media!</h2></header>
<ul>
<li><a href="https://twitter.com/zoeadamovicz?lang=en"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.facebook.com/zoeadamovicz"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/zoeadamovicz/"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
{% endblock %}