Compare commits
	
		
			No commits in common. "a6893613dba134beca6e46b9f31a30f270ced4a3" and "d01c3ecab2191b238b654b9f7ff8982711cb0bab" have entirely different histories.
		
	
	
		
			a6893613db
			...
			d01c3ecab2
		
	
		
							
								
								
									
										17
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								index.html
									
									
									
									
									
								
							| @ -5,7 +5,6 @@ | |||||||
|     <meta http-equiv='X-UA-Compatible' content='IE=edge'> |     <meta http-equiv='X-UA-Compatible' content='IE=edge'> | ||||||
|     <title>Technik Holger</title> |     <title>Technik Holger</title> | ||||||
|     <meta name='viewport' content='width=device-width, initial-scale=1'> |     <meta name='viewport' content='width=device-width, initial-scale=1'> | ||||||
|     <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" /> |  | ||||||
|     <link rel='stylesheet' type='text/css' media='screen' href='main.css'> |     <link rel='stylesheet' type='text/css' media='screen' href='main.css'> | ||||||
|     <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/smoothness/jquery-ui.css"> |     <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/smoothness/jquery-ui.css"> | ||||||
|     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> |     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> | ||||||
| @ -20,7 +19,7 @@ | |||||||
|                 <p>Startseite</p> |                 <p>Startseite</p> | ||||||
|             </div> |             </div> | ||||||
|             <div id="element"> |             <div id="element"> | ||||||
|                 <p>Mein Konto</p> |                 <p>Kundenlogin</p> | ||||||
|             </div> |             </div> | ||||||
|             <div id="element"> |             <div id="element"> | ||||||
|                 <p>Impressum</p> |                 <p>Impressum</p> | ||||||
| @ -28,14 +27,7 @@ | |||||||
|         </div> |         </div> | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|     <div id="help-div"> |     <button id="help">Ich brauche Hilfe!</button> | ||||||
|         <button id="help"> |  | ||||||
|             <span class="material-symbols-outlined"> |  | ||||||
|                 chat |  | ||||||
|             </span> |  | ||||||
|         </button> |  | ||||||
|     </div> |  | ||||||
| 
 |  | ||||||
| 
 | 
 | ||||||
|     <div id="chatbot"> |     <div id="chatbot"> | ||||||
|         <iframe src="https://web.powerva.microsoft.com/environments/Default-5e98bbb4-4a0c-4dae-8254-dcaa73b41da8/bots/new_bot_a5e0b0b26ba9409abc86d421e7d56f91/webchat" frameborder="0" style="width: 100%; height: 100%;"></iframe> |         <iframe src="https://web.powerva.microsoft.com/environments/Default-5e98bbb4-4a0c-4dae-8254-dcaa73b41da8/bots/new_bot_a5e0b0b26ba9409abc86d421e7d56f91/webchat" frameborder="0" style="width: 100%; height: 100%;"></iframe> | ||||||
| @ -44,10 +36,7 @@ | |||||||
| 
 | 
 | ||||||
|     <script> |     <script> | ||||||
|         $('#chatbot').dialog({ |         $('#chatbot').dialog({ | ||||||
|             autoOpen: false, |             autoOpen: false | ||||||
|             height: 500, |  | ||||||
|             width: 450, |  | ||||||
|             positon: {my: 'center top'} |  | ||||||
|         }); |         }); | ||||||
| 
 | 
 | ||||||
|         $('#help').click(() => $('#chatbot').dialog('open')); |         $('#help').click(() => $('#chatbot').dialog('open')); | ||||||
|  | |||||||
							
								
								
									
										20
									
								
								main.css
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								main.css
									
									
									
									
									
								
							| @ -30,23 +30,3 @@ h1 { | |||||||
|     border-radius: 5px; |     border-radius: 5px; | ||||||
|     padding: 5px 10px 5px 10px; |     padding: 5px 10px 5px 10px; | ||||||
| } | } | ||||||
| 
 |  | ||||||
| #help-div { |  | ||||||
|     z-index: 10; |  | ||||||
|     position: fixed; |  | ||||||
|     bottom: -4px; |  | ||||||
|     right: 10px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| #help { |  | ||||||
|     margin-bottom: 10px; |  | ||||||
|     background-color: aqua; |  | ||||||
|     border-radius: 100%; |  | ||||||
|     width: 60px; |  | ||||||
|     height: 60px; |  | ||||||
|     text-align: center; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| #help .material-symbols-outlined { |  | ||||||
|     font-size: 40px; |  | ||||||
| } |  | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user