Skip to content

Commit

Permalink
added categories to product factors
Browse files Browse the repository at this point in the history
  • Loading branch information
r0light committed Jan 13, 2024
0 parents commit 30d61c0
Show file tree
Hide file tree
Showing 25 changed files with 2,276 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
clounaq.de
1 change: 1 addition & 0 deletions assets/index-VnEL-Srr.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

161 changes: 161 additions & 0 deletions assets/index-z8q6KRCc.js

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="CNA Modeling Web App"
content="CNA Modeling is a web application that allows modeling cloud-native application architectures for evaluation purposes based on the quality model entities proposed by Lichtenthäler and Wirtz">
<title>Clounaq</title>

<link rel="icon" type="image/svg+xml" href="static/icons/cube-solid.svg" />

<!-- External Stylesheets -->
<link rel="stylesheet" href="static/css/bootstrap.min.css" />
<link rel="stylesheet" href="static/css/font-awesome-all.min.css" />

<!-- For debugging purposes use normal version instead of minified version -->
<!-- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/jointjs/3.5.5/joint.css" /> -->
<link rel="stylesheet" type="text/css" href="static/css/joint.min.css" />
<link rel="stylesheet" href="static/css/bootstrap-icons.css" />



<!-- Application stylesheets -->
<link rel="stylesheet" type="text/css" href="styles/menu.css" />
<link rel="stylesheet" ref="styles/modelingApplicationPrint.css" media="print" />
<link rel="stylesheet" type="text/css" href="styles/modelingApplication.css" />
<link rel="stylesheet" type="text/css" href="styles/modelingArea.css" />
<script type="module" crossorigin src="/assets/index-z8q6KRCc.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-VnEL-Srr.css">
</head>
<body class="h-100">
<div id="vapp" class="h-100"></div>
</body>
</html>
Loading

0 comments on commit 30d61c0

Please sign in to comment.