Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

1.1.1 release #10

Merged
merged 9 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Blueprint Forge provides a simple, coding-free way to build cumulocity application using pre-built solution templates. Blueprint Forge is an open-source Cumulocity Blueprint that empowers you to initially build an application from a template and later enhance it with additional plugins, dashboards, branding and much more. It's being managed by the Software AG's open-source community but not officially supported by Software AG. You can log any issues at GitHub or ask any question on the Software AG Tech Community. Support will be provided on best endeavours.

[Discover, Learn, Excel: Access How-To Video and Demos at a Glance!](https://open-source.softwareag.com/cumulocity-blueprint-forge)


![BlueprintForge](assets/blueprint-forge.png)

## What's new?
Expand Down
31 changes: 31 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title id="title"></title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="row" style="width: 90%;">
<span style="padding: 2vh 2vh 0px 2vh;">
<img src="assets/softwareag LOGO.png" alt="SoftwareAg Logo" style="width: 5vmin; height: 5vmin;"/>
</span>
<span>
<h2 id="heading" style="padding-top: 2.5vh; font-size:3vmin"></h2>
</span>
</div>
<hr>
<div class="row" style="width: 95%; margin: 0px 5% 10% 2%;" id="card-row">

</div>
<!-- <video src="https://www.youtube.com/watch?v=sj54V_2B5Y4" controls playsinline></video> -->
<div class="d-flex justify-content-center footer-div" style="background-color:#0b385b;">
<div class="col-sm-4 d-flex justify-content-center align-content-center">
<p style="padding-top:10px;font-size: small; color: white;">Developed By</p>
<img class="footer-img" src="assets/global-presales-logo.png" alt="global presales logo" />
</div>
</div>
<script src="index.js"></script>
</body>
</html>
Binary file added docs/assets/global-presales-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/softwareag LOGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading