-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-new.html
82 lines (78 loc) · 4.49 KB
/
index-new.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
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<title>Avanade Open Technolgies</title>
<!-- Yes, we can centre a DIV vertically. See what else we can do https://www.avanade.com -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="top">
</div>
<div class="nav-row">
<div class="nav-content">
<img src="im/logo-stack.png" >
<div class="title">
Open Technologies
</div>
<div class="items">
<a href="#about">About</a>
<a href="https://github.com/Avanade" target="top">GitHub</a>
</div>
</div>
</div>
<div class="carousel">
<div class="background">
<div class="headline">Powering-up the Microsoft Ecosystem</div>
<div class="sub">Through open source IP</div>
</div>
<div class="highlights">
<div>
<a href="https://github.com/Avanade/Beef" target="top">
<img src="im/beef.png" alt="BEEF Logo">
<span>Accelerate Enterprise-Ready API development with BEEF</span>
</a>
</div>
<div>
<a href="https://github.com/Avanade/Liquid-Application-Framework" target="top">
<h1>Liquid Application Framework</h1>
<span>Liquid is a multi-cloud framework designed to accelerate the development of cloud-native microservices while avoiding coupling your code to specific cloud providers.</span>
</a>
</div>
<div>
<a href="https://github.com/Avanade/SitecoreFoundation" target="top">
<h1>Sitecore Foundation</h1>
<span>Sitecore Foundation is a Sitecore Framework that follows the Helix modular architecture design principles providing reusable components and modules.</span>
</a>
</div>
<div>
<a href="https://github.com/Avanade/emtech-stretch-labs" target="top">
<h1>EmTech Stretch Labs</h1>
<span>Open IP relating to Avanade's exploration with Rocos, NextMind and Hello Robot.</span>
</a>
</div>
</div>
</div>
<a name="about"></a>
<div class="section">
<div class="content">
<h1>Avanade's Dedication to Open Source</h1>
<p>As a joint venture between <a href="https://www.avanade.com/en/about-avanade/partnerships/accenture-avanade-microsoft-alliance">Accenture and Microsoft</a> Avanade is commited to delivering the power of the Microsofdt ecosystem to our clients. There is no better way to do this than contributing to the rich open source Ecosystem that has evolved around the Microsoft Stack.</p>
<p>While delivering enterprise-class solutions to our clients we do what we can to make things easier, faster and more predictable. Often we create tools or scripts for automation. Where our client contracts permit we intend to make those tools available to the community to use, adapt and enhance.</p>
<p>Many of our solution offerings are under-pinned by frameworks that elevate the more generic Microsoft Platform Product to an industry solution. We recognise that our client's don't want propiatory software so we intend to make them also available to the community and welcome the support to inspect and improve those frameworks.</p>
</div>
</div>
<div class="section">
<div class="content">
<h1>About Avanade</h1>
<p>In addition to our alliance with Microsoft and Accenture, we have developed a powerful set of relationships, teaming with leading technology providers and thought leaders around the world to offer the most innovative digital solutions on the market. Our technology ecosystem includes companies such as Adobe, Akumina, Blue Prism, Databricks, and Sitecore which help us expand the scope of our solution offerings.</p>
<p>Whatever your business challenges, we have the relationships to ensure that we’ll find – and deliver – the right results for you.</p>
<p><a href="https://www.avanade.com/en/about-avanade">Learn more here</a></p>
</div>
</div>
<div class="footer">
<div class="content">
©Avanade 2021 | <a href="https://www.avanade.com/en/utility/terms-of-use">Terms of Use</a> | <a href="https://www.avanade.com/en/utility/privacy-policy">Privacy</a>
</div>
</div>
</body>
</html>